Shades of Blizzard Blue #AAE9F4
Tints of Blizzard Blue #AAE9F4
RGB
CMYK
RGB Variations
Color information
#AAE9F4 (or 0xAAE9F4) is known color: Blizzard Blue. HEX triplet: AA, E9 and F4. RGB value is (170,233,244). Sum of RGB (Red+Green+Blue) = 170+233+244=647 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.28% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAE9F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE9F4 is #55160B. Grayscale: #D7D7D7. Windows color (decimal): -5576204 or 16050602. OLE color: 16050602.
HSL color Cylindrical-coordinate representation of color #AAE9F4: hue angle of 188.92º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAE9F4 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 233 | 244 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.04 |
| HSL | 188.92º | 0.77% | 0.81% | - |
| HSV(B) | 188.92º | 0.3% | 0.96% | - |
| XYZ | 62.05 | 73.36 | 96.48 | - |
| YUV | 215.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 244 | 0.30 | 0.05 | 0 | 0.04 | 188.92 | 0.77 | 0.81 |
| Hex | AA | E9 | F4 | 1E | 5 | 0 | 4 | BD | 4D | 51 |
| Octal | 252 | 351 | 364 | 36 | 5 | 0 | 4 | 275 | 115 | 121 |
| Binary | 10101010 | 11101001 | 11110100 | 11110 | 101 | 0 | 100 | 10111101 | 1001101 | 1010001 |
Color Harmonies of #AAE9F4
Complementary color
Monochromatic Colors of #AAE9F4
Black with #AAE9F4
Text Example
Text Example
White with #AAE9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9F4; }
p { color: rgb(170,233,244); }
H1.HeaderClassName
{
color: #AAE9F4;
}
.AnyTagClassName
{
color: #AAE9F4;
}
</style>
background-color css
<style>
a { background-color: #AAE9F4; }
a { background-color: rgb(170,233,244); }
div.DivClassName
{
background-color: #AAE9F4;
}
.BgClassName
{
background-color: #AAE9F4;
}
</style>
border-color css
<style>
span { border-color: #AAE9F4; }
span { border-color: rgb(170,233,244); }
td.TdClassName
{
border-color: #AAE9F4;
}
.TagClassName
{
border-color: #AAE9F4;
}
</style>