Shades of Blizzard Blue #9CDEEC
Tints of Blizzard Blue #9CDEEC
RGB
CMYK
RGB Variations
Color information
#9CDEEC (or 0x9CDEEC) is known color: Blizzard Blue. HEX triplet: 9C, DE and EC. RGB value is (156,222,236). Sum of RGB (Red+Green+Blue) = 156+222+236=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEEC is #632113. Grayscale: #CBCBCB. Windows color (decimal): -6496532 or 15523484. OLE color: 15523484.
HSL color Cylindrical-coordinate representation of color #9CDEEC: hue angle of 190.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDEEC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 222 | 236 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.07 |
| HSL | 190.5º | 0.68% | 0.77% | - |
| HSV(B) | 190.5º | 0.34% | 0.93% | - |
| XYZ | 54.97 | 65.37 | 89.08 | - |
| YUV | 203.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 236 | 0.34 | 0.06 | 0 | 0.07 | 190.5 | 0.68 | 0.77 |
| Hex | 9C | DE | EC | 22 | 6 | 0 | 7 | BE | 44 | 4D |
| Octal | 234 | 336 | 354 | 42 | 6 | 0 | 7 | 276 | 104 | 115 |
| Binary | 10011100 | 11011110 | 11101100 | 100010 | 110 | 0 | 111 | 10111110 | 1000100 | 1001101 |
Color Harmonies of #9CDEEC
Complementary color
Monochromatic Colors of #9CDEEC
Black with #9CDEEC
Text Example
Text Example
White with #9CDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEEC; }
p { color: rgb(156,222,236); }
H1.HeaderClassName
{
color: #9CDEEC;
}
.AnyTagClassName
{
color: #9CDEEC;
}
</style>
background-color css
<style>
a { background-color: #9CDEEC; }
a { background-color: rgb(156,222,236); }
div.DivClassName
{
background-color: #9CDEEC;
}
.BgClassName
{
background-color: #9CDEEC;
}
</style>
border-color css
<style>
span { border-color: #9CDEEC; }
span { border-color: rgb(156,222,236); }
td.TdClassName
{
border-color: #9CDEEC;
}
.TagClassName
{
border-color: #9CDEEC;
}
</style>