Shades of Blizzard Blue #AAE5F9
Tints of Blizzard Blue #AAE5F9
RGB
CMYK
RGB Variations
Color information
#AAE5F9 (or 0xAAE5F9) is known color: Blizzard Blue. HEX triplet: AA, E5 and F9. RGB value is (170,229,249). Sum of RGB (Red+Green+Blue) = 170+229+249=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAE5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5F9 is #551A06. Grayscale: #D5D5D5. Windows color (decimal): -5577223 or 16377258. OLE color: 16377258.
HSL color Cylindrical-coordinate representation of color #AAE5F9: hue angle of 195.19º degrees, saturation: 0.87, 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 #AAE5F9 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 229 | 249 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.02 |
| HSL | 195.19º | 0.87% | 0.82% | - |
| HSV(B) | 195.19º | 0.32% | 0.98% | - |
| XYZ | 61.7 | 71.42 | 100.16 | - |
| YUV | 213.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 249 | 0.32 | 0.08 | 0 | 0.02 | 195.19 | 0.87 | 0.82 |
| Hex | AA | E5 | F9 | 20 | 8 | 0 | 2 | C3 | 57 | 52 |
| Octal | 252 | 345 | 371 | 40 | 10 | 0 | 2 | 303 | 127 | 122 |
| Binary | 10101010 | 11100101 | 11111001 | 100000 | 1000 | 0 | 10 | 11000011 | 1010111 | 1010010 |
Color Harmonies of #AAE5F9
Complementary color
Monochromatic Colors of #AAE5F9
Black with #AAE5F9
Text Example
Text Example
White with #AAE5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5F9; }
p { color: rgb(170,229,249); }
H1.HeaderClassName
{
color: #AAE5F9;
}
.AnyTagClassName
{
color: #AAE5F9;
}
</style>
background-color css
<style>
a { background-color: #AAE5F9; }
a { background-color: rgb(170,229,249); }
div.DivClassName
{
background-color: #AAE5F9;
}
.BgClassName
{
background-color: #AAE5F9;
}
</style>
border-color css
<style>
span { border-color: #AAE5F9; }
span { border-color: rgb(170,229,249); }
td.TdClassName
{
border-color: #AAE5F9;
}
.TagClassName
{
border-color: #AAE5F9;
}
</style>