Shades of Blizzard Blue #9EEBFC
Tints of Blizzard Blue #9EEBFC
RGB
CMYK
RGB Variations
Color information
#9EEBFC (or 0x9EEBFC) is known color: Blizzard Blue. HEX triplet: 9E, EB and FC. RGB value is (158,235,252). Sum of RGB (Red+Green+Blue) = 158+235+252=645 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.50% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBFC is #611403. Grayscale: #D5D5D5. Windows color (decimal): -6362116 or 16575390. OLE color: 16575390.
HSL color Cylindrical-coordinate representation of color #9EEBFC: hue angle of 190.85º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EEBFC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 235 | 252 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.01 |
| HSL | 190.85º | 0.94% | 0.8% | - |
| HSV(B) | 190.85º | 0.37% | 0.99% | - |
| XYZ | 61.38 | 73.71 | 103.09 | - |
| YUV | 213.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 235 | 252 | 0.37 | 0.07 | 0 | 0.01 | 190.85 | 0.94 | 0.8 |
| Hex | 9E | EB | FC | 25 | 7 | 0 | 1 | BF | 5E | 50 |
| Octal | 236 | 353 | 374 | 45 | 7 | 0 | 1 | 277 | 136 | 120 |
| Binary | 10011110 | 11101011 | 11111100 | 100101 | 111 | 0 | 1 | 10111111 | 1011110 | 1010000 |
Color Harmonies of #9EEBFC
Complementary color
Monochromatic Colors of #9EEBFC
Black with #9EEBFC
Text Example
Text Example
White with #9EEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEBFC; }
p { color: rgb(158,235,252); }
H1.HeaderClassName
{
color: #9EEBFC;
}
.AnyTagClassName
{
color: #9EEBFC;
}
</style>
background-color css
<style>
a { background-color: #9EEBFC; }
a { background-color: rgb(158,235,252); }
div.DivClassName
{
background-color: #9EEBFC;
}
.BgClassName
{
background-color: #9EEBFC;
}
</style>
border-color css
<style>
span { border-color: #9EEBFC; }
span { border-color: rgb(158,235,252); }
td.TdClassName
{
border-color: #9EEBFC;
}
.TagClassName
{
border-color: #9EEBFC;
}
</style>