Shades of Blizzard Blue #AAE2EE
Tints of Blizzard Blue #AAE2EE
RGB
CMYK
RGB Variations
Color information
#AAE2EE (or 0xAAE2EE) is known color: Blizzard Blue. HEX triplet: AA, E2 and EE. RGB value is (170,226,238). Sum of RGB (Red+Green+Blue) = 170+226+238=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2EE is #551D11. Grayscale: #D2D2D2. Windows color (decimal): -5578002 or 15655594. OLE color: 15655594.
HSL color Cylindrical-coordinate representation of color #AAE2EE: hue angle of 190.59º 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 #AAE2EE is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 226 | 238 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.07 |
| HSL | 190.59º | 0.67% | 0.8% | - |
| HSV(B) | 190.59º | 0.29% | 0.93% | - |
| XYZ | 59.21 | 69.11 | 91.11 | - |
| YUV | 210.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 238 | 0.29 | 0.05 | 0 | 0.07 | 190.59 | 0.67 | 0.8 |
| Hex | AA | E2 | EE | 1D | 5 | 0 | 7 | BF | 43 | 50 |
| Octal | 252 | 342 | 356 | 35 | 5 | 0 | 7 | 277 | 103 | 120 |
| Binary | 10101010 | 11100010 | 11101110 | 11101 | 101 | 0 | 111 | 10111111 | 1000011 | 1010000 |
Color Harmonies of #AAE2EE
Complementary color
Monochromatic Colors of #AAE2EE
Black with #AAE2EE
Text Example
Text Example
White with #AAE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2EE; }
p { color: rgb(170,226,238); }
H1.HeaderClassName
{
color: #AAE2EE;
}
.AnyTagClassName
{
color: #AAE2EE;
}
</style>
background-color css
<style>
a { background-color: #AAE2EE; }
a { background-color: rgb(170,226,238); }
div.DivClassName
{
background-color: #AAE2EE;
}
.BgClassName
{
background-color: #AAE2EE;
}
</style>
border-color css
<style>
span { border-color: #AAE2EE; }
span { border-color: rgb(170,226,238); }
td.TdClassName
{
border-color: #AAE2EE;
}
.TagClassName
{
border-color: #AAE2EE;
}
</style>