Shades of Blizzard Blue #9EEFFE
Tints of Blizzard Blue #9EEFFE
RGB
CMYK
RGB Variations
Color information
#9EEFFE (or 0x9EEFFE) is known color: Blizzard Blue. HEX triplet: 9E, EF and FE. RGB value is (158,239,254). Sum of RGB (Red+Green+Blue) = 158+239+254=651 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.27% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EEFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEFFE is #611001. Grayscale: #D8D8D8. Windows color (decimal): -6361090 or 16707486. OLE color: 16707486.
HSL color Cylindrical-coordinate representation of color #9EEFFE: hue angle of 189.38º 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 #9EEFFE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 239 | 254 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.00 |
| HSL | 189.38º | 0.98% | 0.81% | - |
| HSV(B) | 189.38º | 0.38% | 1% | - |
| XYZ | 62.86 | 76.16 | 105.15 | - |
| YUV | 216.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 239 | 254 | 0.38 | 0.06 | 0 | 0.00 | 189.38 | 0.98 | 0.81 |
| Hex | 9E | EF | FE | 26 | 6 | 0 | 0 | BD | 62 | 51 |
| Octal | 236 | 357 | 376 | 46 | 6 | 0 | 0 | 275 | 142 | 121 |
| Binary | 10011110 | 11101111 | 11111110 | 100110 | 110 | 0 | 0 | 10111101 | 1100010 | 1010001 |
Color Harmonies of #9EEFFE
Complementary color
Monochromatic Colors of #9EEFFE
Black with #9EEFFE
Text Example
Text Example
White with #9EEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEFFE; }
p { color: rgb(158,239,254); }
H1.HeaderClassName
{
color: #9EEFFE;
}
.AnyTagClassName
{
color: #9EEFFE;
}
</style>
background-color css
<style>
a { background-color: #9EEFFE; }
a { background-color: rgb(158,239,254); }
div.DivClassName
{
background-color: #9EEFFE;
}
.BgClassName
{
background-color: #9EEFFE;
}
</style>
border-color css
<style>
span { border-color: #9EEFFE; }
span { border-color: rgb(158,239,254); }
td.TdClassName
{
border-color: #9EEFFE;
}
.TagClassName
{
border-color: #9EEFFE;
}
</style>