Shades of Blizzard Blue #9EF4FF
Tints of Blizzard Blue #9EF4FF
RGB
CMYK
RGB Variations
Color information
#9EF4FF (or 0x9EF4FF) is known color: Blizzard Blue. HEX triplet: 9E, F4 and FF. RGB value is (158,244,255). Sum of RGB (Red+Green+Blue) = 158+244+255=657 (87% of max value = 765). Red value is 158 (62.11% from 255 or 24.05% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF4FF is #610B00. Grayscale: #DBDBDB. Windows color (decimal): -6359809 or 16774302. OLE color: 16774302.
HSL color Cylindrical-coordinate representation of color #9EF4FF: hue angle of 186.8º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EF4FF is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 244 | 255 | - |
| CMYK | 0.38 | 0.04 | 0 | 0 |
| HSL | 186.8º | 1% | 0.81% | - |
| HSV(B) | 186.8º | 0.38% | 1% | - |
| XYZ | 64.5 | 79.19 | 106.49 | - |
| YUV | 219.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 255 | 0.38 | 0.04 | 0 | 0 | 186.8 | 1 | 0.81 |
| Hex | 9E | F4 | FF | 26 | 4 | 0 | 0 | BB | 64 | 51 |
| Octal | 236 | 364 | 377 | 46 | 4 | 0 | 0 | 273 | 144 | 121 |
| Binary | 10011110 | 11110100 | 11111111 | 100110 | 100 | 0 | 0 | 10111011 | 1100100 | 1010001 |
Color Harmonies of #9EF4FF
Complementary color
Monochromatic Colors of #9EF4FF
Black with #9EF4FF
Text Example
Text Example
White with #9EF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF4FF; }
p { color: rgb(158,244,255); }
H1.HeaderClassName
{
color: #9EF4FF;
}
.AnyTagClassName
{
color: #9EF4FF;
}
</style>
background-color css
<style>
a { background-color: #9EF4FF; }
a { background-color: rgb(158,244,255); }
div.DivClassName
{
background-color: #9EF4FF;
}
.BgClassName
{
background-color: #9EF4FF;
}
</style>
border-color css
<style>
span { border-color: #9EF4FF; }
span { border-color: rgb(158,244,255); }
td.TdClassName
{
border-color: #9EF4FF;
}
.TagClassName
{
border-color: #9EF4FF;
}
</style>