Shades of Blizzard Blue #AAE1ED
Tints of Blizzard Blue #AAE1ED
RGB
CMYK
RGB Variations
Color information
#AAE1ED (or 0xAAE1ED) is known color: Blizzard Blue. HEX triplet: AA, E1 and ED. RGB value is (170,225,237). Sum of RGB (Red+Green+Blue) = 170+225+237=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAE1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1ED is #551E12. Grayscale: #D1D1D1. Windows color (decimal): -5578259 or 15589802. OLE color: 15589802.
HSL color Cylindrical-coordinate representation of color #AAE1ED: hue angle of 190.75º 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 #AAE1ED is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 225 | 237 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.07 |
| HSL | 190.75º | 0.65% | 0.8% | - |
| HSV(B) | 190.75º | 0.28% | 0.93% | - |
| XYZ | 58.79 | 68.51 | 90.25 | - |
| YUV | 209.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 237 | 0.28 | 0.05 | 0 | 0.07 | 190.75 | 0.65 | 0.8 |
| Hex | AA | E1 | ED | 1C | 5 | 0 | 7 | BF | 41 | 50 |
| Octal | 252 | 341 | 355 | 34 | 5 | 0 | 7 | 277 | 101 | 120 |
| Binary | 10101010 | 11100001 | 11101101 | 11100 | 101 | 0 | 111 | 10111111 | 1000001 | 1010000 |
Color Harmonies of #AAE1ED
Complementary color
Monochromatic Colors of #AAE1ED
Black with #AAE1ED
Text Example
Text Example
White with #AAE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1ED; }
p { color: rgb(170,225,237); }
H1.HeaderClassName
{
color: #AAE1ED;
}
.AnyTagClassName
{
color: #AAE1ED;
}
</style>
background-color css
<style>
a { background-color: #AAE1ED; }
a { background-color: rgb(170,225,237); }
div.DivClassName
{
background-color: #AAE1ED;
}
.BgClassName
{
background-color: #AAE1ED;
}
</style>
border-color css
<style>
span { border-color: #AAE1ED; }
span { border-color: rgb(170,225,237); }
td.TdClassName
{
border-color: #AAE1ED;
}
.TagClassName
{
border-color: #AAE1ED;
}
</style>