Shades of Blizzard Blue #9EF5FE
Tints of Blizzard Blue #9EF5FE
RGB
CMYK
RGB Variations
Color information
#9EF5FE (or 0x9EF5FE) is known color: Blizzard Blue. HEX triplet: 9E, F5 and FE. RGB value is (158,245,254). Sum of RGB (Red+Green+Blue) = 158+245+254=657 (87% of max value = 765). Red value is 158 (62.11% from 255 or 24.05% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF5FE is #610A01. Grayscale: #DBDBDB. Windows color (decimal): -6359554 or 16709022. OLE color: 16709022.
HSL color Cylindrical-coordinate representation of color #9EF5FE: hue angle of 185.62º 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 #9EF5FE is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 245 | 254 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.00 |
| HSL | 185.63º | 0.98% | 0.81% | - |
| HSV(B) | 185.63º | 0.38% | 1% | - |
| XYZ | 64.64 | 79.73 | 105.75 | - |
| YUV | 220.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 245 | 254 | 0.38 | 0.04 | 0 | 0.00 | 185.63 | 0.98 | 0.81 |
| Hex | 9E | F5 | FE | 26 | 4 | 0 | 0 | BA | 62 | 51 |
| Octal | 236 | 365 | 376 | 46 | 4 | 0 | 0 | 272 | 142 | 121 |
| Binary | 10011110 | 11110101 | 11111110 | 100110 | 100 | 0 | 0 | 10111010 | 1100010 | 1010001 |
Color Harmonies of #9EF5FE
Complementary color
Monochromatic Colors of #9EF5FE
Black with #9EF5FE
Text Example
Text Example
White with #9EF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF5FE; }
p { color: rgb(158,245,254); }
H1.HeaderClassName
{
color: #9EF5FE;
}
.AnyTagClassName
{
color: #9EF5FE;
}
</style>
background-color css
<style>
a { background-color: #9EF5FE; }
a { background-color: rgb(158,245,254); }
div.DivClassName
{
background-color: #9EF5FE;
}
.BgClassName
{
background-color: #9EF5FE;
}
</style>
border-color css
<style>
span { border-color: #9EF5FE; }
span { border-color: rgb(158,245,254); }
td.TdClassName
{
border-color: #9EF5FE;
}
.TagClassName
{
border-color: #9EF5FE;
}
</style>