Shades of Blizzard Blue #AAE8F3
Tints of Blizzard Blue #AAE8F3
RGB
CMYK
RGB Variations
Color information
#AAE8F3 (or 0xAAE8F3) is known color: Blizzard Blue. HEX triplet: AA, E8 and F3. RGB value is (170,232,243). Sum of RGB (Red+Green+Blue) = 170+232+243=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAE8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAE8F3 is #55170C. Grayscale: #D6D6D6. Windows color (decimal): -5576461 or 15984810. OLE color: 15984810.
HSL color Cylindrical-coordinate representation of color #AAE8F3: hue angle of 189.04º degrees, saturation: 0.75, 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 #AAE8F3 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 232 | 243 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.05 |
| HSL | 189.04º | 0.75% | 0.81% | - |
| HSV(B) | 189.04º | 0.3% | 0.95% | - |
| XYZ | 61.61 | 72.73 | 95.59 | - |
| YUV | 214.72 | 143.96 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 243 | 0.30 | 0.05 | 0 | 0.05 | 189.04 | 0.75 | 0.81 |
| Hex | AA | E8 | F3 | 1E | 5 | 0 | 5 | BD | 4B | 51 |
| Octal | 252 | 350 | 363 | 36 | 5 | 0 | 5 | 275 | 113 | 121 |
| Binary | 10101010 | 11101000 | 11110011 | 11110 | 101 | 0 | 101 | 10111101 | 1001011 | 1010001 |
Color Harmonies of #AAE8F3
Complementary color
Monochromatic Colors of #AAE8F3
Black with #AAE8F3
Text Example
Text Example
White with #AAE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8F3; }
p { color: rgb(170,232,243); }
H1.HeaderClassName
{
color: #AAE8F3;
}
.AnyTagClassName
{
color: #AAE8F3;
}
</style>
background-color css
<style>
a { background-color: #AAE8F3; }
a { background-color: rgb(170,232,243); }
div.DivClassName
{
background-color: #AAE8F3;
}
.BgClassName
{
background-color: #AAE8F3;
}
</style>
border-color css
<style>
span { border-color: #AAE8F3; }
span { border-color: rgb(170,232,243); }
td.TdClassName
{
border-color: #AAE8F3;
}
.TagClassName
{
border-color: #AAE8F3;
}
</style>