Shades of Blizzard Blue #9EECEF
Tints of Blizzard Blue #9EECEF
RGB
CMYK
RGB Variations
Color information
#9EECEF (or 0x9EECEF) is known color: Blizzard Blue. HEX triplet: 9E, EC and EF. RGB value is (158,236,239). Sum of RGB (Red+Green+Blue) = 158+236+239=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECEF is #611310. Grayscale: #D4D4D4. Windows color (decimal): -6361873 or 15723678. OLE color: 15723678.
HSL color Cylindrical-coordinate representation of color #9EECEF: hue angle of 182.22º degrees, saturation: 0.72, 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 #9EECEF is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 236 | 239 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.06 |
| HSL | 182.22º | 0.72% | 0.78% | - |
| HSV(B) | 182.22º | 0.34% | 0.94% | - |
| XYZ | 59.68 | 73.49 | 92.7 | - |
| YUV | 213.02 | 142.66 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 236 | 239 | 0.34 | 0.01 | 0 | 0.06 | 182.22 | 0.72 | 0.78 |
| Hex | 9E | EC | EF | 22 | 1 | 0 | 6 | B6 | 48 | 4E |
| Octal | 236 | 354 | 357 | 42 | 1 | 0 | 6 | 266 | 110 | 116 |
| Binary | 10011110 | 11101100 | 11101111 | 100010 | 1 | 0 | 110 | 10110110 | 1001000 | 1001110 |
Color Harmonies of #9EECEF
Complementary color
Monochromatic Colors of #9EECEF
Black with #9EECEF
Text Example
Text Example
White with #9EECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EECEF; }
p { color: rgb(158,236,239); }
H1.HeaderClassName
{
color: #9EECEF;
}
.AnyTagClassName
{
color: #9EECEF;
}
</style>
background-color css
<style>
a { background-color: #9EECEF; }
a { background-color: rgb(158,236,239); }
div.DivClassName
{
background-color: #9EECEF;
}
.BgClassName
{
background-color: #9EECEF;
}
</style>
border-color css
<style>
span { border-color: #9EECEF; }
span { border-color: rgb(158,236,239); }
td.TdClassName
{
border-color: #9EECEF;
}
.TagClassName
{
border-color: #9EECEF;
}
</style>