Shades of Blizzard Blue #9EE0EC
Tints of Blizzard Blue #9EE0EC
RGB
CMYK
RGB Variations
Color information
#9EE0EC (or 0x9EE0EC) is known color: Blizzard Blue. HEX triplet: 9E, E0 and EC. RGB value is (158,224,236). Sum of RGB (Red+Green+Blue) = 158+224+236=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE0EC is #611F13. Grayscale: #CDCDCD. Windows color (decimal): -6364948 or 15523998. OLE color: 15523998.
HSL color Cylindrical-coordinate representation of color #9EE0EC: hue angle of 189.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EE0EC is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 224 | 236 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.07 |
| HSL | 189.23º | 0.67% | 0.77% | - |
| HSV(B) | 189.23º | 0.33% | 0.93% | - |
| XYZ | 55.9 | 66.64 | 89.27 | - |
| YUV | 205.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 236 | 0.33 | 0.05 | 0 | 0.07 | 189.23 | 0.67 | 0.77 |
| Hex | 9E | E0 | EC | 21 | 5 | 0 | 7 | BD | 43 | 4D |
| Octal | 236 | 340 | 354 | 41 | 5 | 0 | 7 | 275 | 103 | 115 |
| Binary | 10011110 | 11100000 | 11101100 | 100001 | 101 | 0 | 111 | 10111101 | 1000011 | 1001101 |
Color Harmonies of #9EE0EC
Complementary color
Monochromatic Colors of #9EE0EC
Black with #9EE0EC
Text Example
Text Example
White with #9EE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE0EC; }
p { color: rgb(158,224,236); }
H1.HeaderClassName
{
color: #9EE0EC;
}
.AnyTagClassName
{
color: #9EE0EC;
}
</style>
background-color css
<style>
a { background-color: #9EE0EC; }
a { background-color: rgb(158,224,236); }
div.DivClassName
{
background-color: #9EE0EC;
}
.BgClassName
{
background-color: #9EE0EC;
}
</style>
border-color css
<style>
span { border-color: #9EE0EC; }
span { border-color: rgb(158,224,236); }
td.TdClassName
{
border-color: #9EE0EC;
}
.TagClassName
{
border-color: #9EE0EC;
}
</style>