Shades of Blizzard Blue #9EF1FF
Tints of Blizzard Blue #9EF1FF
RGB
CMYK
RGB Variations
Color information
#9EF1FF (or 0x9EF1FF) is known color: Blizzard Blue. HEX triplet: 9E, F1 and FF. RGB value is (158,241,255). Sum of RGB (Red+Green+Blue) = 158+241+255=654 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.16% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF1FF is #610E00. Grayscale: #D9D9D9. Windows color (decimal): -6360577 or 16773534. OLE color: 16773534.
HSL color Cylindrical-coordinate representation of color #9EF1FF: hue angle of 188.66º 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 #9EF1FF is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 241 | 255 | - |
| CMYK | 0.38 | 0.05 | 0 | 0 |
| HSL | 188.66º | 1% | 0.81% | - |
| HSV(B) | 188.66º | 0.38% | 1% | - |
| XYZ | 63.61 | 77.4 | 106.2 | - |
| YUV | 217.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 241 | 255 | 0.38 | 0.05 | 0 | 0 | 188.66 | 1 | 0.81 |
| Hex | 9E | F1 | FF | 26 | 5 | 0 | 0 | BD | 64 | 51 |
| Octal | 236 | 361 | 377 | 46 | 5 | 0 | 0 | 275 | 144 | 121 |
| Binary | 10011110 | 11110001 | 11111111 | 100110 | 101 | 0 | 0 | 10111101 | 1100100 | 1010001 |
Color Harmonies of #9EF1FF
Complementary color
Monochromatic Colors of #9EF1FF
Black with #9EF1FF
Text Example
Text Example
White with #9EF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF1FF; }
p { color: rgb(158,241,255); }
H1.HeaderClassName
{
color: #9EF1FF;
}
.AnyTagClassName
{
color: #9EF1FF;
}
</style>
background-color css
<style>
a { background-color: #9EF1FF; }
a { background-color: rgb(158,241,255); }
div.DivClassName
{
background-color: #9EF1FF;
}
.BgClassName
{
background-color: #9EF1FF;
}
</style>
border-color css
<style>
span { border-color: #9EF1FF; }
span { border-color: rgb(158,241,255); }
td.TdClassName
{
border-color: #9EF1FF;
}
.TagClassName
{
border-color: #9EF1FF;
}
</style>