Shades of Blizzard Blue #AAE2F2
Tints of Blizzard Blue #AAE2F2
RGB
CMYK
RGB Variations
Color information
#AAE2F2 (or 0xAAE2F2) is known color: Blizzard Blue. HEX triplet: AA, E2 and F2. RGB value is (170,226,242). Sum of RGB (Red+Green+Blue) = 170+226+242=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAE2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE2F2 is #551D0D. Grayscale: #D2D2D2. Windows color (decimal): -5577998 or 15917738. OLE color: 15917738.
HSL color Cylindrical-coordinate representation of color #AAE2F2: hue angle of 193.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 #AAE2F2 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 226 | 242 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.05 |
| HSL | 193.33º | 0.73% | 0.81% | - |
| HSV(B) | 193.33º | 0.3% | 0.95% | - |
| XYZ | 59.8 | 69.35 | 94.24 | - |
| YUV | 211.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 242 | 0.30 | 0.07 | 0 | 0.05 | 193.33 | 0.73 | 0.81 |
| Hex | AA | E2 | F2 | 1E | 7 | 0 | 5 | C1 | 49 | 51 |
| Octal | 252 | 342 | 362 | 36 | 7 | 0 | 5 | 301 | 111 | 121 |
| Binary | 10101010 | 11100010 | 11110010 | 11110 | 111 | 0 | 101 | 11000001 | 1001001 | 1010001 |
Color Harmonies of #AAE2F2
Complementary color
Monochromatic Colors of #AAE2F2
Black with #AAE2F2
Text Example
Text Example
White with #AAE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE2F2; }
p { color: rgb(170,226,242); }
H1.HeaderClassName
{
color: #AAE2F2;
}
.AnyTagClassName
{
color: #AAE2F2;
}
</style>
background-color css
<style>
a { background-color: #AAE2F2; }
a { background-color: rgb(170,226,242); }
div.DivClassName
{
background-color: #AAE2F2;
}
.BgClassName
{
background-color: #AAE2F2;
}
</style>
border-color css
<style>
span { border-color: #AAE2F2; }
span { border-color: rgb(170,226,242); }
td.TdClassName
{
border-color: #AAE2F2;
}
.TagClassName
{
border-color: #AAE2F2;
}
</style>