Shades of Blizzard Blue #9EF0FB
Tints of Blizzard Blue #9EF0FB
RGB
CMYK
RGB Variations
Color information
#9EF0FB (or 0x9EF0FB) is known color: Blizzard Blue. HEX triplet: 9E, F0 and FB. RGB value is (158,240,251). Sum of RGB (Red+Green+Blue) = 158+240+251=649 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.35% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF0FB is #610F04. Grayscale: #D8D8D8. Windows color (decimal): -6360837 or 16511134. OLE color: 16511134.
HSL color Cylindrical-coordinate representation of color #9EF0FB: hue angle of 187.1º degrees, saturation: 0.92, 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 #9EF0FB is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 240 | 251 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.02 |
| HSL | 187.1º | 0.92% | 0.8% | - |
| HSV(B) | 187.1º | 0.37% | 0.98% | - |
| XYZ | 62.67 | 76.55 | 102.74 | - |
| YUV | 216.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 240 | 251 | 0.37 | 0.04 | 0 | 0.02 | 187.1 | 0.92 | 0.8 |
| Hex | 9E | F0 | FB | 25 | 4 | 0 | 2 | BB | 5C | 50 |
| Octal | 236 | 360 | 373 | 45 | 4 | 0 | 2 | 273 | 134 | 120 |
| Binary | 10011110 | 11110000 | 11111011 | 100101 | 100 | 0 | 10 | 10111011 | 1011100 | 1010000 |
Color Harmonies of #9EF0FB
Complementary color
Monochromatic Colors of #9EF0FB
Black with #9EF0FB
Text Example
Text Example
White with #9EF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF0FB; }
p { color: rgb(158,240,251); }
H1.HeaderClassName
{
color: #9EF0FB;
}
.AnyTagClassName
{
color: #9EF0FB;
}
</style>
background-color css
<style>
a { background-color: #9EF0FB; }
a { background-color: rgb(158,240,251); }
div.DivClassName
{
background-color: #9EF0FB;
}
.BgClassName
{
background-color: #9EF0FB;
}
</style>
border-color css
<style>
span { border-color: #9EF0FB; }
span { border-color: rgb(158,240,251); }
td.TdClassName
{
border-color: #9EF0FB;
}
.TagClassName
{
border-color: #9EF0FB;
}
</style>