Shades of Blizzard Blue #9CDDEC
Tints of Blizzard Blue #9CDDEC
RGB
CMYK
RGB Variations
Color information
#9CDDEC (or 0x9CDDEC) is known color: Blizzard Blue. HEX triplet: 9C, DD and EC. RGB value is (156,221,236). Sum of RGB (Red+Green+Blue) = 156+221+236=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDDEC is #632213. Grayscale: #CBCBCB. Windows color (decimal): -6496788 or 15523228. OLE color: 15523228.
HSL color Cylindrical-coordinate representation of color #9CDDEC: hue angle of 191.25º 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 #9CDDEC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 221 | 236 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.07 |
| HSL | 191.25º | 0.68% | 0.77% | - |
| HSV(B) | 191.25º | 0.34% | 0.93% | - |
| XYZ | 54.71 | 64.84 | 88.99 | - |
| YUV | 203.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 236 | 0.34 | 0.06 | 0 | 0.07 | 191.25 | 0.68 | 0.77 |
| Hex | 9C | DD | EC | 22 | 6 | 0 | 7 | BF | 44 | 4D |
| Octal | 234 | 335 | 354 | 42 | 6 | 0 | 7 | 277 | 104 | 115 |
| Binary | 10011100 | 11011101 | 11101100 | 100010 | 110 | 0 | 111 | 10111111 | 1000100 | 1001101 |
Color Harmonies of #9CDDEC
Complementary color
Monochromatic Colors of #9CDDEC
Black with #9CDDEC
Text Example
Text Example
White with #9CDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDEC; }
p { color: rgb(156,221,236); }
H1.HeaderClassName
{
color: #9CDDEC;
}
.AnyTagClassName
{
color: #9CDDEC;
}
</style>
background-color css
<style>
a { background-color: #9CDDEC; }
a { background-color: rgb(156,221,236); }
div.DivClassName
{
background-color: #9CDDEC;
}
.BgClassName
{
background-color: #9CDDEC;
}
</style>
border-color css
<style>
span { border-color: #9CDDEC; }
span { border-color: rgb(156,221,236); }
td.TdClassName
{
border-color: #9CDDEC;
}
.TagClassName
{
border-color: #9CDDEC;
}
</style>