Shades of Blizzard Blue #99E9EF
Tints of Blizzard Blue #99E9EF
RGB
CMYK
RGB Variations
Color information
#99E9EF (or 0x99E9EF) is known color: Blizzard Blue. HEX triplet: 99, E9 and EF. RGB value is (153,233,239). Sum of RGB (Red+Green+Blue) = 153+233+239=625 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.48% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #99E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E9EF is #661610. Grayscale: #D1D1D1. Windows color (decimal): -6690321 or 15722905. OLE color: 15722905.
HSL color Cylindrical-coordinate representation of color #99E9EF: hue angle of 184.19º 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 #99E9EF is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 233 | 239 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.06 |
| HSL | 184.19º | 0.73% | 0.77% | - |
| HSV(B) | 184.19º | 0.36% | 0.94% | - |
| XYZ | 57.86 | 71.28 | 92.37 | - |
| YUV | 209.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 239 | 0.36 | 0.03 | 0 | 0.06 | 184.19 | 0.73 | 0.77 |
| Hex | 99 | E9 | EF | 24 | 3 | 0 | 6 | B8 | 49 | 4D |
| Octal | 231 | 351 | 357 | 44 | 3 | 0 | 6 | 270 | 111 | 115 |
| Binary | 10011001 | 11101001 | 11101111 | 100100 | 11 | 0 | 110 | 10111000 | 1001001 | 1001101 |
Color Harmonies of #99E9EF
Complementary color
Monochromatic Colors of #99E9EF
Black with #99E9EF
Text Example
Text Example
White with #99E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9EF; }
p { color: rgb(153,233,239); }
H1.HeaderClassName
{
color: #99E9EF;
}
.AnyTagClassName
{
color: #99E9EF;
}
</style>
background-color css
<style>
a { background-color: #99E9EF; }
a { background-color: rgb(153,233,239); }
div.DivClassName
{
background-color: #99E9EF;
}
.BgClassName
{
background-color: #99E9EF;
}
</style>
border-color css
<style>
span { border-color: #99E9EF; }
span { border-color: rgb(153,233,239); }
td.TdClassName
{
border-color: #99E9EF;
}
.TagClassName
{
border-color: #99E9EF;
}
</style>