Shades of Blizzard Blue #99EAEA
Tints of Blizzard Blue #99EAEA
RGB
CMYK
RGB Variations
Color information
#99EAEA (or 0x99EAEA) is known color: Blizzard Blue. HEX triplet: 99, EA and EA. RGB value is (153,234,234). Sum of RGB (Red+Green+Blue) = 153+234+234=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #99EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAEA is #661515. Grayscale: #D1D1D1. Windows color (decimal): -6690070 or 15395481. OLE color: 15395481.
HSL color Cylindrical-coordinate representation of color #99EAEA: hue angle of 180º 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 #99EAEA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 234 | - |
| CMYK | 0.35 | 0 | 0 | 0.08 |
| HSL | 180º | 0.66% | 0.76% | - |
| HSV(B) | 180º | 0.35% | 0.92% | - |
| XYZ | 57.41 | 71.56 | 88.63 | - |
| YUV | 209.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 234 | 0.35 | 0 | 0 | 0.08 | 180 | 0.66 | 0.76 |
| Hex | 99 | EA | EA | 23 | 0 | 0 | 8 | B4 | 42 | 4C |
| Octal | 231 | 352 | 352 | 43 | 0 | 0 | 10 | 264 | 102 | 114 |
| Binary | 10011001 | 11101010 | 11101010 | 100011 | 0 | 0 | 1000 | 10110100 | 1000010 | 1001100 |
Color Harmonies of #99EAEA
Complementary color
Monochromatic Colors of #99EAEA
Black with #99EAEA
Text Example
Text Example
White with #99EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EAEA; }
p { color: rgb(153,234,234); }
H1.HeaderClassName
{
color: #99EAEA;
}
.AnyTagClassName
{
color: #99EAEA;
}
</style>
background-color css
<style>
a { background-color: #99EAEA; }
a { background-color: rgb(153,234,234); }
div.DivClassName
{
background-color: #99EAEA;
}
.BgClassName
{
background-color: #99EAEA;
}
</style>
border-color css
<style>
span { border-color: #99EAEA; }
span { border-color: rgb(153,234,234); }
td.TdClassName
{
border-color: #99EAEA;
}
.TagClassName
{
border-color: #99EAEA;
}
</style>