Shades of Blizzard Blue #9CDDEE
Tints of Blizzard Blue #9CDDEE
RGB
CMYK
RGB Variations
Color information
#9CDDEE (or 0x9CDDEE) is known color: Blizzard Blue. HEX triplet: 9C, DD and EE. RGB value is (156,221,238). Sum of RGB (Red+Green+Blue) = 156+221+238=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDDEE is #632211. Grayscale: #CBCBCB. Windows color (decimal): -6496786 or 15654300. OLE color: 15654300.
HSL color Cylindrical-coordinate representation of color #9CDDEE: hue angle of 192.44º degrees, saturation: 0.71, 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 #9CDDEE is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 221 | 238 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.07 |
| HSL | 192.44º | 0.71% | 0.77% | - |
| HSV(B) | 192.44º | 0.34% | 0.93% | - |
| XYZ | 55 | 64.95 | 90.53 | - |
| YUV | 203.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 238 | 0.34 | 0.07 | 0 | 0.07 | 192.44 | 0.71 | 0.77 |
| Hex | 9C | DD | EE | 22 | 7 | 0 | 7 | C0 | 47 | 4D |
| Octal | 234 | 335 | 356 | 42 | 7 | 0 | 7 | 300 | 107 | 115 |
| Binary | 10011100 | 11011101 | 11101110 | 100010 | 111 | 0 | 111 | 11000000 | 1000111 | 1001101 |
Color Harmonies of #9CDDEE
Complementary color
Monochromatic Colors of #9CDDEE
Black with #9CDDEE
Text Example
Text Example
White with #9CDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDEE; }
p { color: rgb(156,221,238); }
H1.HeaderClassName
{
color: #9CDDEE;
}
.AnyTagClassName
{
color: #9CDDEE;
}
</style>
background-color css
<style>
a { background-color: #9CDDEE; }
a { background-color: rgb(156,221,238); }
div.DivClassName
{
background-color: #9CDDEE;
}
.BgClassName
{
background-color: #9CDDEE;
}
</style>
border-color css
<style>
span { border-color: #9CDDEE; }
span { border-color: rgb(156,221,238); }
td.TdClassName
{
border-color: #9CDDEE;
}
.TagClassName
{
border-color: #9CDDEE;
}
</style>