Shades of Blizzard Blue #AAE5F4
Tints of Blizzard Blue #AAE5F4
RGB
CMYK
RGB Variations
Color information
#AAE5F4 (or 0xAAE5F4) is known color: Blizzard Blue. HEX triplet: AA, E5 and F4. RGB value is (170,229,244). Sum of RGB (Red+Green+Blue) = 170+229+244=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAE5F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5F4 is #551A0B. Grayscale: #D4D4D4. Windows color (decimal): -5577228 or 16049578. OLE color: 16049578.
HSL color Cylindrical-coordinate representation of color #AAE5F4: hue angle of 192.16º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAE5F4 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 229 | 244 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.04 |
| HSL | 192.16º | 0.77% | 0.81% | - |
| HSV(B) | 192.16º | 0.3% | 0.96% | - |
| XYZ | 60.93 | 71.12 | 96.1 | - |
| YUV | 213.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 244 | 0.30 | 0.06 | 0 | 0.04 | 192.16 | 0.77 | 0.81 |
| Hex | AA | E5 | F4 | 1E | 6 | 0 | 4 | C0 | 4D | 51 |
| Octal | 252 | 345 | 364 | 36 | 6 | 0 | 4 | 300 | 115 | 121 |
| Binary | 10101010 | 11100101 | 11110100 | 11110 | 110 | 0 | 100 | 11000000 | 1001101 | 1010001 |
Color Harmonies of #AAE5F4
Complementary color
Monochromatic Colors of #AAE5F4
Black with #AAE5F4
Text Example
Text Example
White with #AAE5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5F4; }
p { color: rgb(170,229,244); }
H1.HeaderClassName
{
color: #AAE5F4;
}
.AnyTagClassName
{
color: #AAE5F4;
}
</style>
background-color css
<style>
a { background-color: #AAE5F4; }
a { background-color: rgb(170,229,244); }
div.DivClassName
{
background-color: #AAE5F4;
}
.BgClassName
{
background-color: #AAE5F4;
}
</style>
border-color css
<style>
span { border-color: #AAE5F4; }
span { border-color: rgb(170,229,244); }
td.TdClassName
{
border-color: #AAE5F4;
}
.TagClassName
{
border-color: #AAE5F4;
}
</style>