Shades of Blizzard Blue #9CEEEC
Tints of Blizzard Blue #9CEEEC
RGB
CMYK
RGB Variations
Color information
#9CEEEC (or 0x9CEEEC) is known color: Blizzard Blue. HEX triplet: 9C, EE and EC. RGB value is (156,238,236). Sum of RGB (Red+Green+Blue) = 156+238+236=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEEEC is #631113. Grayscale: #D5D5D5. Windows color (decimal): -6492436 or 15527580. OLE color: 15527580.
HSL color Cylindrical-coordinate representation of color #9CEEEC: hue angle of 178.54º 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 #9CEEEC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 236 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.07 |
| HSL | 178.54º | 0.71% | 0.77% | - |
| HSV(B) | 178.54º | 0.34% | 0.93% | - |
| XYZ | 59.43 | 74.27 | 90.56 | - |
| YUV | 213.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 236 | 0.34 | 0 | 0.01 | 0.07 | 178.54 | 0.71 | 0.77 |
| Hex | 9C | EE | EC | 22 | 0 | 1 | 7 | B3 | 47 | 4D |
| Octal | 234 | 356 | 354 | 42 | 0 | 1 | 7 | 263 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11101100 | 100010 | 0 | 1 | 111 | 10110011 | 1000111 | 1001101 |
Color Harmonies of #9CEEEC
Complementary color
Monochromatic Colors of #9CEEEC
Black with #9CEEEC
Text Example
Text Example
White with #9CEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEEC; }
p { color: rgb(156,238,236); }
H1.HeaderClassName
{
color: #9CEEEC;
}
.AnyTagClassName
{
color: #9CEEEC;
}
</style>
background-color css
<style>
a { background-color: #9CEEEC; }
a { background-color: rgb(156,238,236); }
div.DivClassName
{
background-color: #9CEEEC;
}
.BgClassName
{
background-color: #9CEEEC;
}
</style>
border-color css
<style>
span { border-color: #9CEEEC; }
span { border-color: rgb(156,238,236); }
td.TdClassName
{
border-color: #9CEEEC;
}
.TagClassName
{
border-color: #9CEEEC;
}
</style>