Shades of Blizzard Blue #AAE3ED
Tints of Blizzard Blue #AAE3ED
RGB
CMYK
RGB Variations
Color information
#AAE3ED (or 0xAAE3ED) is known color: Blizzard Blue. HEX triplet: AA, E3 and ED. RGB value is (170,227,237). Sum of RGB (Red+Green+Blue) = 170+227+237=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAE3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3ED is #551C12. Grayscale: #D3D3D3. Windows color (decimal): -5577747 or 15590314. OLE color: 15590314.
HSL color Cylindrical-coordinate representation of color #AAE3ED: hue angle of 188.96º degrees, saturation: 0.65, 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 #AAE3ED is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 227 | 237 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.07 |
| HSL | 188.96º | 0.65% | 0.8% | - |
| HSV(B) | 188.96º | 0.28% | 0.93% | - |
| XYZ | 59.33 | 69.6 | 90.43 | - |
| YUV | 211.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 237 | 0.28 | 0.04 | 0 | 0.07 | 188.96 | 0.65 | 0.8 |
| Hex | AA | E3 | ED | 1C | 4 | 0 | 7 | BD | 41 | 50 |
| Octal | 252 | 343 | 355 | 34 | 4 | 0 | 7 | 275 | 101 | 120 |
| Binary | 10101010 | 11100011 | 11101101 | 11100 | 100 | 0 | 111 | 10111101 | 1000001 | 1010000 |
Color Harmonies of #AAE3ED
Complementary color
Monochromatic Colors of #AAE3ED
Black with #AAE3ED
Text Example
Text Example
White with #AAE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3ED; }
p { color: rgb(170,227,237); }
H1.HeaderClassName
{
color: #AAE3ED;
}
.AnyTagClassName
{
color: #AAE3ED;
}
</style>
background-color css
<style>
a { background-color: #AAE3ED; }
a { background-color: rgb(170,227,237); }
div.DivClassName
{
background-color: #AAE3ED;
}
.BgClassName
{
background-color: #AAE3ED;
}
</style>
border-color css
<style>
span { border-color: #AAE3ED; }
span { border-color: rgb(170,227,237); }
td.TdClassName
{
border-color: #AAE3ED;
}
.TagClassName
{
border-color: #AAE3ED;
}
</style>