Shades of Blizzard Blue #99E0EA
Tints of Blizzard Blue #99E0EA
RGB
CMYK
RGB Variations
Color information
#99E0EA (or 0x99E0EA) is known color: Blizzard Blue. HEX triplet: 99, E0 and EA. RGB value is (153,224,234). Sum of RGB (Red+Green+Blue) = 153+224+234=611 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.04% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #99E0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99E0EA is #661F15. Grayscale: #CBCBCB. Windows color (decimal): -6692630 or 15392921. OLE color: 15392921.
HSL color Cylindrical-coordinate representation of color #99E0EA: hue angle of 187.41º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99E0EA is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 224 | 234 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.08 |
| HSL | 187.41º | 0.66% | 0.76% | - |
| HSV(B) | 187.41º | 0.35% | 0.92% | - |
| XYZ | 54.64 | 66.02 | 87.71 | - |
| YUV | 203.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 234 | 0.35 | 0.04 | 0 | 0.08 | 187.41 | 0.66 | 0.76 |
| Hex | 99 | E0 | EA | 23 | 4 | 0 | 8 | BB | 42 | 4C |
| Octal | 231 | 340 | 352 | 43 | 4 | 0 | 10 | 273 | 102 | 114 |
| Binary | 10011001 | 11100000 | 11101010 | 100011 | 100 | 0 | 1000 | 10111011 | 1000010 | 1001100 |
Color Harmonies of #99E0EA
Complementary color
Monochromatic Colors of #99E0EA
Black with #99E0EA
Text Example
Text Example
White with #99E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E0EA; }
p { color: rgb(153,224,234); }
H1.HeaderClassName
{
color: #99E0EA;
}
.AnyTagClassName
{
color: #99E0EA;
}
</style>
background-color css
<style>
a { background-color: #99E0EA; }
a { background-color: rgb(153,224,234); }
div.DivClassName
{
background-color: #99E0EA;
}
.BgClassName
{
background-color: #99E0EA;
}
</style>
border-color css
<style>
span { border-color: #99E0EA; }
span { border-color: rgb(153,224,234); }
td.TdClassName
{
border-color: #99E0EA;
}
.TagClassName
{
border-color: #99E0EA;
}
</style>