HEX: #95ABF9
RGB: (149,171,249)
Il colore #95ABF9 contiene principalmente il blu. Per il #95ABF9 il colore web safe è #9999FF (#99F).
Il colore 95ABF9 in RGB è definito come 149,171,249
RGB: (149,171,249)
(58%, 67%, 98%)
R 149 da 255 = 58%
G 171 da 255 = 67%
B 249 da 255 = 98%
R + G + B ~ 74%. #95ABF9 colore abbastanza chiaro.
R + G + B = 149 + 171 + 249 = 569 (100%)
R 149 da 569 ~ 26.19%
G 171 da 569 ~ 30.05%
B 249 da 569 ~ 43.76'%
Il colore #95ABF9 in CMYK è definito come 40,31,0,2.
CMYK: (40,31,0,2)
C40M31Y0K2 (40%, 31%, 0%, 2%)
(0.40 / 0.31 / 0.00 / 0.02)
Il #95ABF9 nei modelli di colore popolari.
95 | AB | F9 | |
---|---|---|---|
RGB | 149 | 171 | 249 |
HSL | 227° | 89.29% | 78.04% |
HSB/HSV | 227° | 40.16% | 97.65% |
CMYK | 40.16% | 31.33% | 0.00% |
2.35% |
Il #95ABF9 nei modelli numerici popolari.
Esadicemale | 95 | AB | F9 |
Decimale | 149 | 171 | 249 |
Binario | 10010101 | 10101011 | 11111001 |
Ottale | 225 | 253 | 371 |
Tonalità scure del colore #95ABF9
Tonalità chiare del colore #95ABF9
Esempi dei codici css e html per gli elementi di colore #95ABF9. Utilizzate rgb(149,171,249) anche al posto del codice hex.
.myTextColor { color: #95ABF9; }
<p style="color:#95ABF9">This sample text font color is #95ABF9.</p>
Il colore di questo testo è #95ABF9.
.myBgColor { background-color: #95ABF9; }
<div style="background-color:#95ABF9">Inner text</div>
Questo div ha lo sfondo di colore #95ABF9.
.myBorderColor { border: 1px solid #95ABF9; }
<div style="border:3px solid #95ABF9">Div</div>
Questo div ha i bordi di colore 95ABF9.
.myOpacity80 { color: #95ABF9; opacity: 0.8; }
<p style="color:#95ABF9;opacity:0.8;">80%</p>
Il testo di color #95ABF9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95ABF9;}
<p style="text-shadow: 3px 3px 1px #95ABF9">Text here.</p>
Questo testo ha l'ombra di colore #95ABF9.
.textShadow {text-shadow: 3px 3px 1px #95ABF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95ABF9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #95ABF9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95ABF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95ABF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #95ABF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95ABF9;
-webkit-box-shadow: 1px 1px 3px 2px #95ABF9;
box-shadow: 1px 1px 3px 2px #95ABF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95ABF9; -webkit-box-shadow: 1px 1px 3px 2px #95ABF9; box-shadow:1px 1px 3px 2px #95ABF9;">
Div content here
</div>
Questo e il testo di colore #95ABF9 sullo sfondo nero.
Questo e il testo di colore #95ABF9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #95ABF9.
Questo è un testo bianco sullo sfondo del colore #95ABF9.
Il colore complimentare del #hex è #6A5406..