Shades of Blizzard Blue #9EE2F1
Tints of Blizzard Blue #9EE2F1
RGB
CMYK
RGB Variations
Color information
#9EE2F1 (or 0x9EE2F1) is known color: Blizzard Blue. HEX triplet: 9E, E2 and F1. RGB value is (158,226,241). Sum of RGB (Red+Green+Blue) = 158+226+241=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EE2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE2F1 is #611D0E. Grayscale: #CFCFCF. Windows color (decimal): -6364431 or 15852190. OLE color: 15852190.
HSL color Cylindrical-coordinate representation of color #9EE2F1: hue angle of 190.84º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EE2F1 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 226 | 241 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.05 |
| HSL | 190.84º | 0.75% | 0.78% | - |
| HSV(B) | 190.84º | 0.34% | 0.95% | - |
| XYZ | 57.17 | 68.01 | 93.33 | - |
| YUV | 207.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 241 | 0.34 | 0.06 | 0 | 0.05 | 190.84 | 0.75 | 0.78 |
| Hex | 9E | E2 | F1 | 22 | 6 | 0 | 5 | BF | 4B | 4E |
| Octal | 236 | 342 | 361 | 42 | 6 | 0 | 5 | 277 | 113 | 116 |
| Binary | 10011110 | 11100010 | 11110001 | 100010 | 110 | 0 | 101 | 10111111 | 1001011 | 1001110 |
Color Harmonies of #9EE2F1
Complementary color
Monochromatic Colors of #9EE2F1
Black with #9EE2F1
Text Example
Text Example
White with #9EE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE2F1; }
p { color: rgb(158,226,241); }
H1.HeaderClassName
{
color: #9EE2F1;
}
.AnyTagClassName
{
color: #9EE2F1;
}
</style>
background-color css
<style>
a { background-color: #9EE2F1; }
a { background-color: rgb(158,226,241); }
div.DivClassName
{
background-color: #9EE2F1;
}
.BgClassName
{
background-color: #9EE2F1;
}
</style>
border-color css
<style>
span { border-color: #9EE2F1; }
span { border-color: rgb(158,226,241); }
td.TdClassName
{
border-color: #9EE2F1;
}
.TagClassName
{
border-color: #9EE2F1;
}
</style>