Shades of Blizzard Blue #9EECF0
Tints of Blizzard Blue #9EECF0
RGB
CMYK
RGB Variations
Color information
#9EECF0 (or 0x9EECF0) is known color: Blizzard Blue. HEX triplet: 9E, EC and F0. RGB value is (158,236,240). Sum of RGB (Red+Green+Blue) = 158+236+240=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #9EECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECF0 is #61130F. Grayscale: #D5D5D5. Windows color (decimal): -6361872 or 15789214. OLE color: 15789214.
HSL color Cylindrical-coordinate representation of color #9EECF0: hue angle of 182.93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EECF0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 236 | 240 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.06 |
| HSL | 182.93º | 0.73% | 0.78% | - |
| HSV(B) | 182.93º | 0.34% | 0.94% | - |
| XYZ | 59.82 | 73.55 | 93.48 | - |
| YUV | 213.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 240 | 0.34 | 0.02 | 0 | 0.06 | 182.93 | 0.73 | 0.78 |
| Hex | 9E | EC | F0 | 22 | 2 | 0 | 6 | B7 | 49 | 4E |
| Octal | 236 | 354 | 360 | 42 | 2 | 0 | 6 | 267 | 111 | 116 |
| Binary | 10011110 | 11101100 | 11110000 | 100010 | 10 | 0 | 110 | 10110111 | 1001001 | 1001110 |
Color Harmonies of #9EECF0
Complementary color
Monochromatic Colors of #9EECF0
Black with #9EECF0
Text Example
Text Example
White with #9EECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECF0; }
p { color: rgb(158,236,240); }
H1.HeaderClassName
{
color: #9EECF0;
}
.AnyTagClassName
{
color: #9EECF0;
}
</style>
background-color css
<style>
a { background-color: #9EECF0; }
a { background-color: rgb(158,236,240); }
div.DivClassName
{
background-color: #9EECF0;
}
.BgClassName
{
background-color: #9EECF0;
}
</style>
border-color css
<style>
span { border-color: #9EECF0; }
span { border-color: rgb(158,236,240); }
td.TdClassName
{
border-color: #9EECF0;
}
.TagClassName
{
border-color: #9EECF0;
}
</style>