Shades of Blizzard Blue #9EECF6
Tints of Blizzard Blue #9EECF6
RGB
CMYK
RGB Variations
Color information
#9EECF6 (or 0x9EECF6) is known color: Blizzard Blue. HEX triplet: 9E, EC and F6. RGB value is (158,236,246). Sum of RGB (Red+Green+Blue) = 158+236+246=640 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.69% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #9EECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECF6 is #611309. Grayscale: #D5D5D5. Windows color (decimal): -6361866 or 16182430. OLE color: 16182430.
HSL color Cylindrical-coordinate representation of color #9EECF6: hue angle of 186.82º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EECF6 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 236 | 246 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.04 |
| HSL | 186.82º | 0.83% | 0.79% | - |
| HSV(B) | 186.82º | 0.36% | 0.96% | - |
| XYZ | 60.73 | 73.91 | 98.25 | - |
| YUV | 213.82 | 146.16 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 246 | 0.36 | 0.04 | 0 | 0.04 | 186.82 | 0.83 | 0.79 |
| Hex | 9E | EC | F6 | 24 | 4 | 0 | 4 | BB | 53 | 4F |
| Octal | 236 | 354 | 366 | 44 | 4 | 0 | 4 | 273 | 123 | 117 |
| Binary | 10011110 | 11101100 | 11110110 | 100100 | 100 | 0 | 100 | 10111011 | 1010011 | 1001111 |
Color Harmonies of #9EECF6
Complementary color
Monochromatic Colors of #9EECF6
Black with #9EECF6
Text Example
Text Example
White with #9EECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECF6; }
p { color: rgb(158,236,246); }
H1.HeaderClassName
{
color: #9EECF6;
}
.AnyTagClassName
{
color: #9EECF6;
}
</style>
background-color css
<style>
a { background-color: #9EECF6; }
a { background-color: rgb(158,236,246); }
div.DivClassName
{
background-color: #9EECF6;
}
.BgClassName
{
background-color: #9EECF6;
}
</style>
border-color css
<style>
span { border-color: #9EECF6; }
span { border-color: rgb(158,236,246); }
td.TdClassName
{
border-color: #9EECF6;
}
.TagClassName
{
border-color: #9EECF6;
}
</style>