Shades of Blizzard Blue #9CE4EE
Tints of Blizzard Blue #9CE4EE
RGB
CMYK
RGB Variations
Color information
#9CE4EE (or 0x9CE4EE) is known color: Blizzard Blue. HEX triplet: 9C, E4 and EE. RGB value is (156,228,238). Sum of RGB (Red+Green+Blue) = 156+228+238=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CE4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE4EE is #631B11. Grayscale: #CFCFCF. Windows color (decimal): -6494994 or 15656092. OLE color: 15656092.
HSL color Cylindrical-coordinate representation of color #9CE4EE: hue angle of 187.32º 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 #9CE4EE is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 228 | 238 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.07 |
| HSL | 187.32º | 0.71% | 0.77% | - |
| HSV(B) | 187.32º | 0.34% | 0.93% | - |
| XYZ | 56.89 | 68.73 | 91.16 | - |
| YUV | 207.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 238 | 0.34 | 0.04 | 0 | 0.07 | 187.32 | 0.71 | 0.77 |
| Hex | 9C | E4 | EE | 22 | 4 | 0 | 7 | BB | 47 | 4D |
| Octal | 234 | 344 | 356 | 42 | 4 | 0 | 7 | 273 | 107 | 115 |
| Binary | 10011100 | 11100100 | 11101110 | 100010 | 100 | 0 | 111 | 10111011 | 1000111 | 1001101 |
Color Harmonies of #9CE4EE
Complementary color
Monochromatic Colors of #9CE4EE
Black with #9CE4EE
Text Example
Text Example
White with #9CE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE4EE; }
p { color: rgb(156,228,238); }
H1.HeaderClassName
{
color: #9CE4EE;
}
.AnyTagClassName
{
color: #9CE4EE;
}
</style>
background-color css
<style>
a { background-color: #9CE4EE; }
a { background-color: rgb(156,228,238); }
div.DivClassName
{
background-color: #9CE4EE;
}
.BgClassName
{
background-color: #9CE4EE;
}
</style>
border-color css
<style>
span { border-color: #9CE4EE; }
span { border-color: rgb(156,228,238); }
td.TdClassName
{
border-color: #9CE4EE;
}
.TagClassName
{
border-color: #9CE4EE;
}
</style>