Shades of Blizzard Blue #9EE4E2
Tints of Blizzard Blue #9EE4E2
RGB
CMYK
RGB Variations
Color information
#9EE4E2 (or 0x9EE4E2) is known color: Blizzard Blue. HEX triplet: 9E, E4 and E2. RGB value is (158,228,226). Sum of RGB (Red+Green+Blue) = 158+228+226=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE4E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE4E2 is #611B1D. Grayscale: #CECECE. Windows color (decimal): -6363934 or 14869662. OLE color: 14869662.
HSL color Cylindrical-coordinate representation of color #9EE4E2: hue angle of 178.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE4E2 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 226 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.11 |
| HSL | 178.29º | 0.56% | 0.76% | - |
| HSV(B) | 178.29º | 0.31% | 0.89% | - |
| XYZ | 55.57 | 68.25 | 82.2 | - |
| YUV | 206.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 226 | 0.31 | 0 | 0.01 | 0.11 | 178.29 | 0.56 | 0.76 |
| Hex | 9E | E4 | E2 | 1F | 0 | 1 | B | B2 | 38 | 4C |
| Octal | 236 | 344 | 342 | 37 | 0 | 1 | 13 | 262 | 70 | 114 |
| Binary | 10011110 | 11100100 | 11100010 | 11111 | 0 | 1 | 1011 | 10110010 | 111000 | 1001100 |
Color Harmonies of #9EE4E2
Complementary color
Monochromatic Colors of #9EE4E2
Black with #9EE4E2
Text Example
Text Example
White with #9EE4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE4E2; }
p { color: rgb(158,228,226); }
H1.HeaderClassName
{
color: #9EE4E2;
}
.AnyTagClassName
{
color: #9EE4E2;
}
</style>
background-color css
<style>
a { background-color: #9EE4E2; }
a { background-color: rgb(158,228,226); }
div.DivClassName
{
background-color: #9EE4E2;
}
.BgClassName
{
background-color: #9EE4E2;
}
</style>
border-color css
<style>
span { border-color: #9EE4E2; }
span { border-color: rgb(158,228,226); }
td.TdClassName
{
border-color: #9EE4E2;
}
.TagClassName
{
border-color: #9EE4E2;
}
</style>