Shades of Blizzard Blue #AAEAF5
Tints of Blizzard Blue #AAEAF5
RGB
CMYK
RGB Variations
Color information
#AAEAF5 (or 0xAAEAF5) is known color: Blizzard Blue. HEX triplet: AA, EA and F5. RGB value is (170,234,245). Sum of RGB (Red+Green+Blue) = 170+234+245=649 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.19% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAEAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAF5 is #55150A. Grayscale: #D8D8D8. Windows color (decimal): -5575947 or 16116394. OLE color: 16116394.
HSL color Cylindrical-coordinate representation of color #AAEAF5: hue angle of 188.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEAF5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 234 | 245 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.04 |
| HSL | 188.8º | 0.79% | 0.81% | - |
| HSV(B) | 188.8º | 0.31% | 0.96% | - |
| XYZ | 62.48 | 73.98 | 97.37 | - |
| YUV | 216.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 245 | 0.31 | 0.04 | 0 | 0.04 | 188.8 | 0.79 | 0.81 |
| Hex | AA | EA | F5 | 1F | 4 | 0 | 4 | BD | 4F | 51 |
| Octal | 252 | 352 | 365 | 37 | 4 | 0 | 4 | 275 | 117 | 121 |
| Binary | 10101010 | 11101010 | 11110101 | 11111 | 100 | 0 | 100 | 10111101 | 1001111 | 1010001 |
Color Harmonies of #AAEAF5
Complementary color
Monochromatic Colors of #AAEAF5
Black with #AAEAF5
Text Example
Text Example
White with #AAEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAF5; }
p { color: rgb(170,234,245); }
H1.HeaderClassName
{
color: #AAEAF5;
}
.AnyTagClassName
{
color: #AAEAF5;
}
</style>
background-color css
<style>
a { background-color: #AAEAF5; }
a { background-color: rgb(170,234,245); }
div.DivClassName
{
background-color: #AAEAF5;
}
.BgClassName
{
background-color: #AAEAF5;
}
</style>
border-color css
<style>
span { border-color: #AAEAF5; }
span { border-color: rgb(170,234,245); }
td.TdClassName
{
border-color: #AAEAF5;
}
.TagClassName
{
border-color: #AAEAF5;
}
</style>