Shades of Blizzard Blue #AAE1EC
Tints of Blizzard Blue #AAE1EC
RGB
CMYK
RGB Variations
Color information
#AAE1EC (or 0xAAE1EC) is known color: Blizzard Blue. HEX triplet: AA, E1 and EC. RGB value is (170,225,236). Sum of RGB (Red+Green+Blue) = 170+225+236=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1EC is #551E13. Grayscale: #D1D1D1. Windows color (decimal): -5578260 or 15524266. OLE color: 15524266.
HSL color Cylindrical-coordinate representation of color #AAE1EC: hue angle of 190º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAE1EC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 225 | 236 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.07 |
| HSL | 190º | 0.63% | 0.8% | - |
| HSV(B) | 190º | 0.28% | 0.93% | - |
| XYZ | 58.64 | 68.45 | 89.48 | - |
| YUV | 209.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 236 | 0.28 | 0.05 | 0 | 0.07 | 190 | 0.63 | 0.8 |
| Hex | AA | E1 | EC | 1C | 5 | 0 | 7 | BE | 3F | 50 |
| Octal | 252 | 341 | 354 | 34 | 5 | 0 | 7 | 276 | 77 | 120 |
| Binary | 10101010 | 11100001 | 11101100 | 11100 | 101 | 0 | 111 | 10111110 | 111111 | 1010000 |
Color Harmonies of #AAE1EC
Complementary color
Monochromatic Colors of #AAE1EC
Black with #AAE1EC
Text Example
Text Example
White with #AAE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1EC; }
p { color: rgb(170,225,236); }
H1.HeaderClassName
{
color: #AAE1EC;
}
.AnyTagClassName
{
color: #AAE1EC;
}
</style>
background-color css
<style>
a { background-color: #AAE1EC; }
a { background-color: rgb(170,225,236); }
div.DivClassName
{
background-color: #AAE1EC;
}
.BgClassName
{
background-color: #AAE1EC;
}
</style>
border-color css
<style>
span { border-color: #AAE1EC; }
span { border-color: rgb(170,225,236); }
td.TdClassName
{
border-color: #AAE1EC;
}
.TagClassName
{
border-color: #AAE1EC;
}
</style>