Shades of Blizzard Blue #AAE3F4
Tints of Blizzard Blue #AAE3F4
RGB
CMYK
RGB Variations
Color information
#AAE3F4 (or 0xAAE3F4) is known color: Blizzard Blue. HEX triplet: AA, E3 and F4. RGB value is (170,227,244). Sum of RGB (Red+Green+Blue) = 170+227+244=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAE3F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3F4 is #551C0B. Grayscale: #D3D3D3. Windows color (decimal): -5577740 or 16049066. OLE color: 16049066.
HSL color Cylindrical-coordinate representation of color #AAE3F4: hue angle of 193.78º 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 #AAE3F4 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 227 | 244 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.04 |
| HSL | 193.78º | 0.77% | 0.81% | - |
| HSV(B) | 193.78º | 0.3% | 0.96% | - |
| XYZ | 60.38 | 70.02 | 95.92 | - |
| YUV | 211.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 244 | 0.30 | 0.07 | 0 | 0.04 | 193.78 | 0.77 | 0.81 |
| Hex | AA | E3 | F4 | 1E | 7 | 0 | 4 | C2 | 4D | 51 |
| Octal | 252 | 343 | 364 | 36 | 7 | 0 | 4 | 302 | 115 | 121 |
| Binary | 10101010 | 11100011 | 11110100 | 11110 | 111 | 0 | 100 | 11000010 | 1001101 | 1010001 |
Color Harmonies of #AAE3F4
Complementary color
Monochromatic Colors of #AAE3F4
Black with #AAE3F4
Text Example
Text Example
White with #AAE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3F4; }
p { color: rgb(170,227,244); }
H1.HeaderClassName
{
color: #AAE3F4;
}
.AnyTagClassName
{
color: #AAE3F4;
}
</style>
background-color css
<style>
a { background-color: #AAE3F4; }
a { background-color: rgb(170,227,244); }
div.DivClassName
{
background-color: #AAE3F4;
}
.BgClassName
{
background-color: #AAE3F4;
}
</style>
border-color css
<style>
span { border-color: #AAE3F4; }
span { border-color: rgb(170,227,244); }
td.TdClassName
{
border-color: #AAE3F4;
}
.TagClassName
{
border-color: #AAE3F4;
}
</style>