Shades of Blizzard Blue #9EF4FE
Tints of Blizzard Blue #9EF4FE
RGB
CMYK
RGB Variations
Color information
#9EF4FE (or 0x9EF4FE) is known color: Blizzard Blue. HEX triplet: 9E, F4 and FE. RGB value is (158,244,254). Sum of RGB (Red+Green+Blue) = 158+244+254=656 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.09% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EF4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF4FE is #610B01. Grayscale: #DBDBDB. Windows color (decimal): -6359810 or 16708766. OLE color: 16708766.
HSL color Cylindrical-coordinate representation of color #9EF4FE: hue angle of 186.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EF4FE is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 244 | 254 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.00 |
| HSL | 186.25º | 0.98% | 0.81% | - |
| HSV(B) | 186.25º | 0.38% | 1% | - |
| XYZ | 64.34 | 79.13 | 105.65 | - |
| YUV | 219.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 254 | 0.38 | 0.04 | 0 | 0.00 | 186.25 | 0.98 | 0.81 |
| Hex | 9E | F4 | FE | 26 | 4 | 0 | 0 | BA | 62 | 51 |
| Octal | 236 | 364 | 376 | 46 | 4 | 0 | 0 | 272 | 142 | 121 |
| Binary | 10011110 | 11110100 | 11111110 | 100110 | 100 | 0 | 0 | 10111010 | 1100010 | 1010001 |
Color Harmonies of #9EF4FE
Complementary color
Monochromatic Colors of #9EF4FE
Black with #9EF4FE
Text Example
Text Example
White with #9EF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF4FE; }
p { color: rgb(158,244,254); }
H1.HeaderClassName
{
color: #9EF4FE;
}
.AnyTagClassName
{
color: #9EF4FE;
}
</style>
background-color css
<style>
a { background-color: #9EF4FE; }
a { background-color: rgb(158,244,254); }
div.DivClassName
{
background-color: #9EF4FE;
}
.BgClassName
{
background-color: #9EF4FE;
}
</style>
border-color css
<style>
span { border-color: #9EF4FE; }
span { border-color: rgb(158,244,254); }
td.TdClassName
{
border-color: #9EF4FE;
}
.TagClassName
{
border-color: #9EF4FE;
}
</style>