Shades of Blizzard Blue #99E8EF
Tints of Blizzard Blue #99E8EF
RGB
CMYK
RGB Variations
Color information
#99E8EF (or 0x99E8EF) is known color: Blizzard Blue. HEX triplet: 99, E8 and EF. RGB value is (153,232,239). Sum of RGB (Red+Green+Blue) = 153+232+239=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #99E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E8EF is #661710. Grayscale: #D1D1D1. Windows color (decimal): -6690577 or 15722649. OLE color: 15722649.
HSL color Cylindrical-coordinate representation of color #99E8EF: hue angle of 184.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99E8EF is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 232 | 239 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.06 |
| HSL | 184.88º | 0.73% | 0.77% | - |
| HSV(B) | 184.88º | 0.36% | 0.94% | - |
| XYZ | 57.57 | 70.72 | 92.28 | - |
| YUV | 209.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 239 | 0.36 | 0.03 | 0 | 0.06 | 184.88 | 0.73 | 0.77 |
| Hex | 99 | E8 | EF | 24 | 3 | 0 | 6 | B9 | 49 | 4D |
| Octal | 231 | 350 | 357 | 44 | 3 | 0 | 6 | 271 | 111 | 115 |
| Binary | 10011001 | 11101000 | 11101111 | 100100 | 11 | 0 | 110 | 10111001 | 1001001 | 1001101 |
Color Harmonies of #99E8EF
Complementary color
Monochromatic Colors of #99E8EF
Black with #99E8EF
Text Example
Text Example
White with #99E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E8EF; }
p { color: rgb(153,232,239); }
H1.HeaderClassName
{
color: #99E8EF;
}
.AnyTagClassName
{
color: #99E8EF;
}
</style>
background-color css
<style>
a { background-color: #99E8EF; }
a { background-color: rgb(153,232,239); }
div.DivClassName
{
background-color: #99E8EF;
}
.BgClassName
{
background-color: #99E8EF;
}
</style>
border-color css
<style>
span { border-color: #99E8EF; }
span { border-color: rgb(153,232,239); }
td.TdClassName
{
border-color: #99E8EF;
}
.TagClassName
{
border-color: #99E8EF;
}
</style>