Shades of Blizzard Blue #AAE5EE
Tints of Blizzard Blue #AAE5EE
RGB
CMYK
RGB Variations
Color information
#AAE5EE (or 0xAAE5EE) is known color: Blizzard Blue. HEX triplet: AA, E5 and EE. RGB value is (170,229,238). Sum of RGB (Red+Green+Blue) = 170+229+238=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5EE is #551A11. Grayscale: #D4D4D4. Windows color (decimal): -5577234 or 15656362. OLE color: 15656362.
HSL color Cylindrical-coordinate representation of color #AAE5EE: hue angle of 187.94º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE5EE is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 229 | 238 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.07 |
| HSL | 187.94º | 0.67% | 0.8% | - |
| HSV(B) | 187.94º | 0.29% | 0.93% | - |
| XYZ | 60.03 | 70.76 | 91.38 | - |
| YUV | 212.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 238 | 0.29 | 0.04 | 0 | 0.07 | 187.94 | 0.67 | 0.8 |
| Hex | AA | E5 | EE | 1D | 4 | 0 | 7 | BC | 43 | 50 |
| Octal | 252 | 345 | 356 | 35 | 4 | 0 | 7 | 274 | 103 | 120 |
| Binary | 10101010 | 11100101 | 11101110 | 11101 | 100 | 0 | 111 | 10111100 | 1000011 | 1010000 |
Color Harmonies of #AAE5EE
Complementary color
Monochromatic Colors of #AAE5EE
Black with #AAE5EE
Text Example
Text Example
White with #AAE5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5EE; }
p { color: rgb(170,229,238); }
H1.HeaderClassName
{
color: #AAE5EE;
}
.AnyTagClassName
{
color: #AAE5EE;
}
</style>
background-color css
<style>
a { background-color: #AAE5EE; }
a { background-color: rgb(170,229,238); }
div.DivClassName
{
background-color: #AAE5EE;
}
.BgClassName
{
background-color: #AAE5EE;
}
</style>
border-color css
<style>
span { border-color: #AAE5EE; }
span { border-color: rgb(170,229,238); }
td.TdClassName
{
border-color: #AAE5EE;
}
.TagClassName
{
border-color: #AAE5EE;
}
</style>