Shades of Blizzard Blue #9EE6E1
Tints of Blizzard Blue #9EE6E1
RGB
CMYK
RGB Variations
Color information
#9EE6E1 (or 0x9EE6E1) is known color: Blizzard Blue. HEX triplet: 9E, E6 and E1. RGB value is (158,230,225). Sum of RGB (Red+Green+Blue) = 158+230+225=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6E1 is #61191E. Grayscale: #CFCFCF. Windows color (decimal): -6363423 or 14804638. OLE color: 14804638.
HSL color Cylindrical-coordinate representation of color #9EE6E1: hue angle of 175.83º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE6E1 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 230 | 225 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.10 |
| HSL | 175.83º | 0.59% | 0.76% | - |
| HSV(B) | 175.83º | 0.31% | 0.9% | - |
| XYZ | 55.99 | 69.3 | 81.66 | - |
| YUV | 207.9 | 137.65 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 225 | 0.31 | 0 | 0.02 | 0.10 | 175.83 | 0.59 | 0.76 |
| Hex | 9E | E6 | E1 | 1F | 0 | 2 | A | B0 | 3B | 4C |
| Octal | 236 | 346 | 341 | 37 | 0 | 2 | 12 | 260 | 73 | 114 |
| Binary | 10011110 | 11100110 | 11100001 | 11111 | 0 | 10 | 1010 | 10110000 | 111011 | 1001100 |
Color Harmonies of #9EE6E1
Complementary color
Monochromatic Colors of #9EE6E1
Black with #9EE6E1
Text Example
Text Example
White with #9EE6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE6E1; }
p { color: rgb(158,230,225); }
H1.HeaderClassName
{
color: #9EE6E1;
}
.AnyTagClassName
{
color: #9EE6E1;
}
</style>
background-color css
<style>
a { background-color: #9EE6E1; }
a { background-color: rgb(158,230,225); }
div.DivClassName
{
background-color: #9EE6E1;
}
.BgClassName
{
background-color: #9EE6E1;
}
</style>
border-color css
<style>
span { border-color: #9EE6E1; }
span { border-color: rgb(158,230,225); }
td.TdClassName
{
border-color: #9EE6E1;
}
.TagClassName
{
border-color: #9EE6E1;
}
</style>