Shades of Blizzard Blue #9EE6F9
Tints of Blizzard Blue #9EE6F9
RGB
CMYK
RGB Variations
Color information
#9EE6F9 (or 0x9EE6F9) is known color: Blizzard Blue. HEX triplet: 9E, E6 and F9. RGB value is (158,230,249). Sum of RGB (Red+Green+Blue) = 158+230+249=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EE6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE6F9 is #611906. Grayscale: #D2D2D2. Windows color (decimal): -6363399 or 16377502. OLE color: 16377502.
HSL color Cylindrical-coordinate representation of color #9EE6F9: hue angle of 192.53º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EE6F9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 230 | 249 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.02 |
| HSL | 192.53º | 0.88% | 0.8% | - |
| HSV(B) | 192.53º | 0.37% | 0.98% | - |
| XYZ | 59.5 | 70.7 | 100.13 | - |
| YUV | 210.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 249 | 0.37 | 0.08 | 0 | 0.02 | 192.53 | 0.88 | 0.8 |
| Hex | 9E | E6 | F9 | 25 | 8 | 0 | 2 | C1 | 58 | 50 |
| Octal | 236 | 346 | 371 | 45 | 10 | 0 | 2 | 301 | 130 | 120 |
| Binary | 10011110 | 11100110 | 11111001 | 100101 | 1000 | 0 | 10 | 11000001 | 1011000 | 1010000 |
Color Harmonies of #9EE6F9
Complementary color
Monochromatic Colors of #9EE6F9
Black with #9EE6F9
Text Example
Text Example
White with #9EE6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE6F9; }
p { color: rgb(158,230,249); }
H1.HeaderClassName
{
color: #9EE6F9;
}
.AnyTagClassName
{
color: #9EE6F9;
}
</style>
background-color css
<style>
a { background-color: #9EE6F9; }
a { background-color: rgb(158,230,249); }
div.DivClassName
{
background-color: #9EE6F9;
}
.BgClassName
{
background-color: #9EE6F9;
}
</style>
border-color css
<style>
span { border-color: #9EE6F9; }
span { border-color: rgb(158,230,249); }
td.TdClassName
{
border-color: #9EE6F9;
}
.TagClassName
{
border-color: #9EE6F9;
}
</style>