Shades of Blizzard Blue #9EDEEC
Tints of Blizzard Blue #9EDEEC
RGB
CMYK
RGB Variations
Color information
#9EDEEC (or 0x9EDEEC) is known color: Blizzard Blue. HEX triplet: 9E, DE and EC. RGB value is (158,222,236). Sum of RGB (Red+Green+Blue) = 158+222+236=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEEC is #612113. Grayscale: #CCCCCC. Windows color (decimal): -6365460 or 15523486. OLE color: 15523486.
HSL color Cylindrical-coordinate representation of color #9EDEEC: hue angle of 190.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDEEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 222 | 236 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.07 |
| HSL | 190.77º | 0.67% | 0.77% | - |
| HSV(B) | 190.77º | 0.33% | 0.93% | - |
| XYZ | 55.36 | 65.57 | 89.09 | - |
| YUV | 204.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 236 | 0.33 | 0.06 | 0 | 0.07 | 190.77 | 0.67 | 0.77 |
| Hex | 9E | DE | EC | 21 | 6 | 0 | 7 | BF | 43 | 4D |
| Octal | 236 | 336 | 354 | 41 | 6 | 0 | 7 | 277 | 103 | 115 |
| Binary | 10011110 | 11011110 | 11101100 | 100001 | 110 | 0 | 111 | 10111111 | 1000011 | 1001101 |
Color Harmonies of #9EDEEC
Complementary color
Monochromatic Colors of #9EDEEC
Black with #9EDEEC
Text Example
Text Example
White with #9EDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDEEC; }
p { color: rgb(158,222,236); }
H1.HeaderClassName
{
color: #9EDEEC;
}
.AnyTagClassName
{
color: #9EDEEC;
}
</style>
background-color css
<style>
a { background-color: #9EDEEC; }
a { background-color: rgb(158,222,236); }
div.DivClassName
{
background-color: #9EDEEC;
}
.BgClassName
{
background-color: #9EDEEC;
}
</style>
border-color css
<style>
span { border-color: #9EDEEC; }
span { border-color: rgb(158,222,236); }
td.TdClassName
{
border-color: #9EDEEC;
}
.TagClassName
{
border-color: #9EDEEC;
}
</style>