Shades of Blizzard Blue #9EDEEF
Tints of Blizzard Blue #9EDEEF
RGB
CMYK
RGB Variations
Color information
#9EDEEF (or 0x9EDEEF) is known color: Blizzard Blue. HEX triplet: 9E, DE and EF. RGB value is (158,222,239). Sum of RGB (Red+Green+Blue) = 158+222+239=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEEF is #612110. Grayscale: #CCCCCC. Windows color (decimal): -6365457 or 15720094. OLE color: 15720094.
HSL color Cylindrical-coordinate representation of color #9EDEEF: hue angle of 192.59º 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 #9EDEEF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 222 | 239 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.06 |
| HSL | 192.59º | 0.72% | 0.78% | - |
| HSV(B) | 192.59º | 0.34% | 0.94% | - |
| XYZ | 55.8 | 65.74 | 91.41 | - |
| YUV | 204.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 222 | 239 | 0.34 | 0.07 | 0 | 0.06 | 192.59 | 0.72 | 0.78 |
| Hex | 9E | DE | EF | 22 | 7 | 0 | 6 | C1 | 48 | 4E |
| Octal | 236 | 336 | 357 | 42 | 7 | 0 | 6 | 301 | 110 | 116 |
| Binary | 10011110 | 11011110 | 11101111 | 100010 | 111 | 0 | 110 | 11000001 | 1001000 | 1001110 |
Color Harmonies of #9EDEEF
Complementary color
Monochromatic Colors of #9EDEEF
Black with #9EDEEF
Text Example
Text Example
White with #9EDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDEEF; }
p { color: rgb(158,222,239); }
H1.HeaderClassName
{
color: #9EDEEF;
}
.AnyTagClassName
{
color: #9EDEEF;
}
</style>
background-color css
<style>
a { background-color: #9EDEEF; }
a { background-color: rgb(158,222,239); }
div.DivClassName
{
background-color: #9EDEEF;
}
.BgClassName
{
background-color: #9EDEEF;
}
</style>
border-color css
<style>
span { border-color: #9EDEEF; }
span { border-color: rgb(158,222,239); }
td.TdClassName
{
border-color: #9EDEEF;
}
.TagClassName
{
border-color: #9EDEEF;
}
</style>