Shades of Blizzard Blue #9CE4EC
Tints of Blizzard Blue #9CE4EC
RGB
CMYK
RGB Variations
Color information
#9CE4EC (or 0x9CE4EC) is known color: Blizzard Blue. HEX triplet: 9C, E4 and EC. RGB value is (156,228,236). Sum of RGB (Red+Green+Blue) = 156+228+236=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE4EC is #631B13. Grayscale: #CFCFCF. Windows color (decimal): -6494996 or 15525020. OLE color: 15525020.
HSL color Cylindrical-coordinate representation of color #9CE4EC: hue angle of 186º 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 #9CE4EC is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 228 | 236 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.07 |
| HSL | 186º | 0.68% | 0.77% | - |
| HSV(B) | 186º | 0.34% | 0.93% | - |
| XYZ | 56.59 | 68.61 | 89.62 | - |
| YUV | 207.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 236 | 0.34 | 0.03 | 0 | 0.07 | 186 | 0.68 | 0.77 |
| Hex | 9C | E4 | EC | 22 | 3 | 0 | 7 | BA | 44 | 4D |
| Octal | 234 | 344 | 354 | 42 | 3 | 0 | 7 | 272 | 104 | 115 |
| Binary | 10011100 | 11100100 | 11101100 | 100010 | 11 | 0 | 111 | 10111010 | 1000100 | 1001101 |
Color Harmonies of #9CE4EC
Complementary color
Monochromatic Colors of #9CE4EC
Black with #9CE4EC
Text Example
Text Example
White with #9CE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE4EC; }
p { color: rgb(156,228,236); }
H1.HeaderClassName
{
color: #9CE4EC;
}
.AnyTagClassName
{
color: #9CE4EC;
}
</style>
background-color css
<style>
a { background-color: #9CE4EC; }
a { background-color: rgb(156,228,236); }
div.DivClassName
{
background-color: #9CE4EC;
}
.BgClassName
{
background-color: #9CE4EC;
}
</style>
border-color css
<style>
span { border-color: #9CE4EC; }
span { border-color: rgb(156,228,236); }
td.TdClassName
{
border-color: #9CE4EC;
}
.TagClassName
{
border-color: #9CE4EC;
}
</style>