Shades of Blizzard Blue #9EF2FF
Tints of Blizzard Blue #9EF2FF
RGB
CMYK
RGB Variations
Color information
#9EF2FF (or 0x9EF2FF) is known color: Blizzard Blue. HEX triplet: 9E, F2 and FF. RGB value is (158,242,255). Sum of RGB (Red+Green+Blue) = 158+242+255=655 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.12% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF2FF is #610D00. Grayscale: #DADADA. Windows color (decimal): -6360321 or 16773790. OLE color: 16773790.
HSL color Cylindrical-coordinate representation of color #9EF2FF: hue angle of 188.04º 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 #9EF2FF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 242 | 255 | - |
| CMYK | 0.38 | 0.05 | 0 | 0 |
| HSL | 188.04º | 1% | 0.81% | - |
| HSV(B) | 188.04º | 0.38% | 1% | - |
| XYZ | 63.9 | 77.99 | 106.29 | - |
| YUV | 218.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 255 | 0.38 | 0.05 | 0 | 0 | 188.04 | 1 | 0.81 |
| Hex | 9E | F2 | FF | 26 | 5 | 0 | 0 | BC | 64 | 51 |
| Octal | 236 | 362 | 377 | 46 | 5 | 0 | 0 | 274 | 144 | 121 |
| Binary | 10011110 | 11110010 | 11111111 | 100110 | 101 | 0 | 0 | 10111100 | 1100100 | 1010001 |
Color Harmonies of #9EF2FF
Complementary color
Monochromatic Colors of #9EF2FF
Black with #9EF2FF
Text Example
Text Example
White with #9EF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2FF; }
p { color: rgb(158,242,255); }
H1.HeaderClassName
{
color: #9EF2FF;
}
.AnyTagClassName
{
color: #9EF2FF;
}
</style>
background-color css
<style>
a { background-color: #9EF2FF; }
a { background-color: rgb(158,242,255); }
div.DivClassName
{
background-color: #9EF2FF;
}
.BgClassName
{
background-color: #9EF2FF;
}
</style>
border-color css
<style>
span { border-color: #9EF2FF; }
span { border-color: rgb(158,242,255); }
td.TdClassName
{
border-color: #9EF2FF;
}
.TagClassName
{
border-color: #9EF2FF;
}
</style>