Shades of Blizzard Blue #AAE8F0
Tints of Blizzard Blue #AAE8F0
RGB
CMYK
RGB Variations
Color information
#AAE8F0 (or 0xAAE8F0) is known color: Blizzard Blue. HEX triplet: AA, E8 and F0. RGB value is (170,232,240). Sum of RGB (Red+Green+Blue) = 170+232+240=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAE8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8F0 is #55170F. Grayscale: #D6D6D6. Windows color (decimal): -5576464 or 15788202. OLE color: 15788202.
HSL color Cylindrical-coordinate representation of color #AAE8F0: hue angle of 186.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE8F0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 232 | 240 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.06 |
| HSL | 186.86º | 0.7% | 0.8% | - |
| HSV(B) | 186.86º | 0.29% | 0.94% | - |
| XYZ | 61.16 | 72.55 | 93.22 | - |
| YUV | 214.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 240 | 0.29 | 0.03 | 0 | 0.06 | 186.86 | 0.7 | 0.8 |
| Hex | AA | E8 | F0 | 1D | 3 | 0 | 6 | BB | 46 | 50 |
| Octal | 252 | 350 | 360 | 35 | 3 | 0 | 6 | 273 | 106 | 120 |
| Binary | 10101010 | 11101000 | 11110000 | 11101 | 11 | 0 | 110 | 10111011 | 1000110 | 1010000 |
Color Harmonies of #AAE8F0
Complementary color
Monochromatic Colors of #AAE8F0
Black with #AAE8F0
Text Example
Text Example
White with #AAE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8F0; }
p { color: rgb(170,232,240); }
H1.HeaderClassName
{
color: #AAE8F0;
}
.AnyTagClassName
{
color: #AAE8F0;
}
</style>
background-color css
<style>
a { background-color: #AAE8F0; }
a { background-color: rgb(170,232,240); }
div.DivClassName
{
background-color: #AAE8F0;
}
.BgClassName
{
background-color: #AAE8F0;
}
</style>
border-color css
<style>
span { border-color: #AAE8F0; }
span { border-color: rgb(170,232,240); }
td.TdClassName
{
border-color: #AAE8F0;
}
.TagClassName
{
border-color: #AAE8F0;
}
</style>