Shades of Blizzard Blue #99E9E4
Tints of Blizzard Blue #99E9E4
RGB
CMYK
RGB Variations
Color information
#99E9E4 (or 0x99E9E4) is known color: Blizzard Blue. HEX triplet: 99, E9 and E4. RGB value is (153,233,228). Sum of RGB (Red+Green+Blue) = 153+233+228=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #99E9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E9E4 is #66161B. Grayscale: #D0D0D0. Windows color (decimal): -6690332 or 15002009. OLE color: 15002009.
HSL color Cylindrical-coordinate representation of color #99E9E4: hue angle of 176.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E9E4 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 228 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.09 |
| HSL | 176.25º | 0.65% | 0.76% | - |
| HSV(B) | 176.25º | 0.34% | 0.91% | - |
| XYZ | 56.28 | 70.65 | 84.07 | - |
| YUV | 208.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 228 | 0.34 | 0 | 0.02 | 0.09 | 176.25 | 0.65 | 0.76 |
| Hex | 99 | E9 | E4 | 22 | 0 | 2 | 9 | B0 | 41 | 4C |
| Octal | 231 | 351 | 344 | 42 | 0 | 2 | 11 | 260 | 101 | 114 |
| Binary | 10011001 | 11101001 | 11100100 | 100010 | 0 | 10 | 1001 | 10110000 | 1000001 | 1001100 |
Color Harmonies of #99E9E4
Complementary color
Monochromatic Colors of #99E9E4
Black with #99E9E4
Text Example
Text Example
White with #99E9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9E4; }
p { color: rgb(153,233,228); }
H1.HeaderClassName
{
color: #99E9E4;
}
.AnyTagClassName
{
color: #99E9E4;
}
</style>
background-color css
<style>
a { background-color: #99E9E4; }
a { background-color: rgb(153,233,228); }
div.DivClassName
{
background-color: #99E9E4;
}
.BgClassName
{
background-color: #99E9E4;
}
</style>
border-color css
<style>
span { border-color: #99E9E4; }
span { border-color: rgb(153,233,228); }
td.TdClassName
{
border-color: #99E9E4;
}
.TagClassName
{
border-color: #99E9E4;
}
</style>