Shades of Blizzard Blue #9CE0EC
Tints of Blizzard Blue #9CE0EC
RGB
CMYK
RGB Variations
Color information
#9CE0EC (or 0x9CE0EC) is known color: Blizzard Blue. HEX triplet: 9C, E0 and EC. RGB value is (156,224,236). Sum of RGB (Red+Green+Blue) = 156+224+236=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE0EC is #631F13. Grayscale: #CCCCCC. Windows color (decimal): -6496020 or 15523996. OLE color: 15523996.
HSL color Cylindrical-coordinate representation of color #9CE0EC: hue angle of 189º 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 #9CE0EC is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 224 | 236 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.07 |
| HSL | 189º | 0.68% | 0.77% | - |
| HSV(B) | 189º | 0.34% | 0.93% | - |
| XYZ | 55.51 | 66.44 | 89.25 | - |
| YUV | 205.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 236 | 0.34 | 0.05 | 0 | 0.07 | 189 | 0.68 | 0.77 |
| Hex | 9C | E0 | EC | 22 | 5 | 0 | 7 | BD | 44 | 4D |
| Octal | 234 | 340 | 354 | 42 | 5 | 0 | 7 | 275 | 104 | 115 |
| Binary | 10011100 | 11100000 | 11101100 | 100010 | 101 | 0 | 111 | 10111101 | 1000100 | 1001101 |
Color Harmonies of #9CE0EC
Complementary color
Monochromatic Colors of #9CE0EC
Black with #9CE0EC
Text Example
Text Example
White with #9CE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE0EC; }
p { color: rgb(156,224,236); }
H1.HeaderClassName
{
color: #9CE0EC;
}
.AnyTagClassName
{
color: #9CE0EC;
}
</style>
background-color css
<style>
a { background-color: #9CE0EC; }
a { background-color: rgb(156,224,236); }
div.DivClassName
{
background-color: #9CE0EC;
}
.BgClassName
{
background-color: #9CE0EC;
}
</style>
border-color css
<style>
span { border-color: #9CE0EC; }
span { border-color: rgb(156,224,236); }
td.TdClassName
{
border-color: #9CE0EC;
}
.TagClassName
{
border-color: #9CE0EC;
}
</style>