Shades of Blizzard Blue #AAE1EE
Tints of Blizzard Blue #AAE1EE
RGB
CMYK
RGB Variations
Color information
#AAE1EE (or 0xAAE1EE) is known color: Blizzard Blue. HEX triplet: AA, E1 and EE. RGB value is (170,225,238). Sum of RGB (Red+Green+Blue) = 170+225+238=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1EE is #551E11. Grayscale: #D1D1D1. Windows color (decimal): -5578258 or 15655338. OLE color: 15655338.
HSL color Cylindrical-coordinate representation of color #AAE1EE: hue angle of 191.47º 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 #AAE1EE is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 225 | 238 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.07 |
| HSL | 191.47º | 0.67% | 0.8% | - |
| HSV(B) | 191.47º | 0.29% | 0.93% | - |
| XYZ | 58.94 | 68.57 | 91.02 | - |
| YUV | 210.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 238 | 0.29 | 0.05 | 0 | 0.07 | 191.47 | 0.67 | 0.8 |
| Hex | AA | E1 | EE | 1D | 5 | 0 | 7 | BF | 43 | 50 |
| Octal | 252 | 341 | 356 | 35 | 5 | 0 | 7 | 277 | 103 | 120 |
| Binary | 10101010 | 11100001 | 11101110 | 11101 | 101 | 0 | 111 | 10111111 | 1000011 | 1010000 |
Color Harmonies of #AAE1EE
Complementary color
Monochromatic Colors of #AAE1EE
Black with #AAE1EE
Text Example
Text Example
White with #AAE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1EE; }
p { color: rgb(170,225,238); }
H1.HeaderClassName
{
color: #AAE1EE;
}
.AnyTagClassName
{
color: #AAE1EE;
}
</style>
background-color css
<style>
a { background-color: #AAE1EE; }
a { background-color: rgb(170,225,238); }
div.DivClassName
{
background-color: #AAE1EE;
}
.BgClassName
{
background-color: #AAE1EE;
}
</style>
border-color css
<style>
span { border-color: #AAE1EE; }
span { border-color: rgb(170,225,238); }
td.TdClassName
{
border-color: #AAE1EE;
}
.TagClassName
{
border-color: #AAE1EE;
}
</style>