Shades of Blizzard Blue #AAE8F2
Tints of Blizzard Blue #AAE8F2
RGB
CMYK
RGB Variations
Color information
#AAE8F2 (or 0xAAE8F2) is known color: Blizzard Blue. HEX triplet: AA, E8 and F2. RGB value is (170,232,242). Sum of RGB (Red+Green+Blue) = 170+232+242=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAE8F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8F2 is #55170D. Grayscale: #D6D6D6. Windows color (decimal): -5576462 or 15919274. OLE color: 15919274.
HSL color Cylindrical-coordinate representation of color #AAE8F2: hue angle of 188.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAE8F2 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 232 | 242 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.05 |
| HSL | 188.33º | 0.73% | 0.81% | - |
| HSV(B) | 188.33º | 0.3% | 0.95% | - |
| XYZ | 61.46 | 72.67 | 94.79 | - |
| YUV | 214.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 242 | 0.30 | 0.04 | 0 | 0.05 | 188.33 | 0.73 | 0.81 |
| Hex | AA | E8 | F2 | 1E | 4 | 0 | 5 | BC | 49 | 51 |
| Octal | 252 | 350 | 362 | 36 | 4 | 0 | 5 | 274 | 111 | 121 |
| Binary | 10101010 | 11101000 | 11110010 | 11110 | 100 | 0 | 101 | 10111100 | 1001001 | 1010001 |
Color Harmonies of #AAE8F2
Complementary color
Monochromatic Colors of #AAE8F2
Black with #AAE8F2
Text Example
Text Example
White with #AAE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8F2; }
p { color: rgb(170,232,242); }
H1.HeaderClassName
{
color: #AAE8F2;
}
.AnyTagClassName
{
color: #AAE8F2;
}
</style>
background-color css
<style>
a { background-color: #AAE8F2; }
a { background-color: rgb(170,232,242); }
div.DivClassName
{
background-color: #AAE8F2;
}
.BgClassName
{
background-color: #AAE8F2;
}
</style>
border-color css
<style>
span { border-color: #AAE8F2; }
span { border-color: rgb(170,232,242); }
td.TdClassName
{
border-color: #AAE8F2;
}
.TagClassName
{
border-color: #AAE8F2;
}
</style>