Shades of Blizzard Blue #9EE8ED
Tints of Blizzard Blue #9EE8ED
RGB
CMYK
RGB Variations
Color information
#9EE8ED (or 0x9EE8ED) is known color: Blizzard Blue. HEX triplet: 9E, E8 and ED. RGB value is (158,232,237). Sum of RGB (Red+Green+Blue) = 158+232+237=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EE8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE8ED is #611712. Grayscale: #D2D2D2. Windows color (decimal): -6362899 or 15591582. OLE color: 15591582.
HSL color Cylindrical-coordinate representation of color #9EE8ED: hue angle of 183.8º degrees, saturation: 0.69, 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 #9EE8ED is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 232 | 237 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.07 |
| HSL | 183.8º | 0.69% | 0.77% | - |
| HSV(B) | 183.8º | 0.33% | 0.93% | - |
| XYZ | 58.24 | 71.1 | 90.77 | - |
| YUV | 210.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 237 | 0.33 | 0.02 | 0 | 0.07 | 183.8 | 0.69 | 0.77 |
| Hex | 9E | E8 | ED | 21 | 2 | 0 | 7 | B8 | 45 | 4D |
| Octal | 236 | 350 | 355 | 41 | 2 | 0 | 7 | 270 | 105 | 115 |
| Binary | 10011110 | 11101000 | 11101101 | 100001 | 10 | 0 | 111 | 10111000 | 1000101 | 1001101 |
Color Harmonies of #9EE8ED
Complementary color
Monochromatic Colors of #9EE8ED
Black with #9EE8ED
Text Example
Text Example
White with #9EE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE8ED; }
p { color: rgb(158,232,237); }
H1.HeaderClassName
{
color: #9EE8ED;
}
.AnyTagClassName
{
color: #9EE8ED;
}
</style>
background-color css
<style>
a { background-color: #9EE8ED; }
a { background-color: rgb(158,232,237); }
div.DivClassName
{
background-color: #9EE8ED;
}
.BgClassName
{
background-color: #9EE8ED;
}
</style>
border-color css
<style>
span { border-color: #9EE8ED; }
span { border-color: rgb(158,232,237); }
td.TdClassName
{
border-color: #9EE8ED;
}
.TagClassName
{
border-color: #9EE8ED;
}
</style>