Shades of Blizzard Blue #9EE9ED
Tints of Blizzard Blue #9EE9ED
RGB
CMYK
RGB Variations
Color information
#9EE9ED (or 0x9EE9ED) is known color: Blizzard Blue. HEX triplet: 9E, E9 and ED. RGB value is (158,233,237). Sum of RGB (Red+Green+Blue) = 158+233+237=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EE9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE9ED is #611612. Grayscale: #D2D2D2. Windows color (decimal): -6362643 or 15591838. OLE color: 15591838.
HSL color Cylindrical-coordinate representation of color #9EE9ED: hue angle of 183.04º 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 #9EE9ED is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 233 | 237 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.07 |
| HSL | 183.04º | 0.69% | 0.77% | - |
| HSV(B) | 183.04º | 0.33% | 0.93% | - |
| XYZ | 58.53 | 71.66 | 90.87 | - |
| YUV | 211.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 237 | 0.33 | 0.02 | 0 | 0.07 | 183.04 | 0.69 | 0.77 |
| Hex | 9E | E9 | ED | 21 | 2 | 0 | 7 | B7 | 45 | 4D |
| Octal | 236 | 351 | 355 | 41 | 2 | 0 | 7 | 267 | 105 | 115 |
| Binary | 10011110 | 11101001 | 11101101 | 100001 | 10 | 0 | 111 | 10110111 | 1000101 | 1001101 |
Color Harmonies of #9EE9ED
Complementary color
Monochromatic Colors of #9EE9ED
Black with #9EE9ED
Text Example
Text Example
White with #9EE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE9ED; }
p { color: rgb(158,233,237); }
H1.HeaderClassName
{
color: #9EE9ED;
}
.AnyTagClassName
{
color: #9EE9ED;
}
</style>
background-color css
<style>
a { background-color: #9EE9ED; }
a { background-color: rgb(158,233,237); }
div.DivClassName
{
background-color: #9EE9ED;
}
.BgClassName
{
background-color: #9EE9ED;
}
</style>
border-color css
<style>
span { border-color: #9EE9ED; }
span { border-color: rgb(158,233,237); }
td.TdClassName
{
border-color: #9EE9ED;
}
.TagClassName
{
border-color: #9EE9ED;
}
</style>