Shades of Blizzard Blue #AAEAFA
Tints of Blizzard Blue #AAEAFA
RGB
CMYK
RGB Variations
Color information
#AAEAFA (or 0xAAEAFA) is known color: Blizzard Blue. HEX triplet: AA, EA and FA. RGB value is (170,234,250). Sum of RGB (Red+Green+Blue) = 170+234+250=654 (86% of max value = 765). Red value is 170 (66.80% from 255 or 25.99% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAEAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAFA is #551505. Grayscale: #D8D8D8. Windows color (decimal): -5575942 or 16444074. OLE color: 16444074.
HSL color Cylindrical-coordinate representation of color #AAEAFA: hue angle of 192º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEAFA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 234 | 250 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.02 |
| HSL | 192º | 0.89% | 0.82% | - |
| HSV(B) | 192º | 0.32% | 0.98% | - |
| XYZ | 63.26 | 74.29 | 101.45 | - |
| YUV | 216.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 250 | 0.32 | 0.06 | 0 | 0.02 | 192 | 0.89 | 0.82 |
| Hex | AA | EA | FA | 20 | 6 | 0 | 2 | C0 | 59 | 52 |
| Octal | 252 | 352 | 372 | 40 | 6 | 0 | 2 | 300 | 131 | 122 |
| Binary | 10101010 | 11101010 | 11111010 | 100000 | 110 | 0 | 10 | 11000000 | 1011001 | 1010010 |
Color Harmonies of #AAEAFA
Complementary color
Monochromatic Colors of #AAEAFA
Black with #AAEAFA
Text Example
Text Example
White with #AAEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAFA; }
p { color: rgb(170,234,250); }
H1.HeaderClassName
{
color: #AAEAFA;
}
.AnyTagClassName
{
color: #AAEAFA;
}
</style>
background-color css
<style>
a { background-color: #AAEAFA; }
a { background-color: rgb(170,234,250); }
div.DivClassName
{
background-color: #AAEAFA;
}
.BgClassName
{
background-color: #AAEAFA;
}
</style>
border-color css
<style>
span { border-color: #AAEAFA; }
span { border-color: rgb(170,234,250); }
td.TdClassName
{
border-color: #AAEAFA;
}
.TagClassName
{
border-color: #AAEAFA;
}
</style>