Shades of Blizzard Blue #AAE3EE
Tints of Blizzard Blue #AAE3EE
RGB
CMYK
RGB Variations
Color information
#AAE3EE (or 0xAAE3EE) is known color: Blizzard Blue. HEX triplet: AA, E3 and EE. RGB value is (170,227,238). Sum of RGB (Red+Green+Blue) = 170+227+238=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAE3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3EE is #551C11. Grayscale: #D3D3D3. Windows color (decimal): -5577746 or 15655850. OLE color: 15655850.
HSL color Cylindrical-coordinate representation of color #AAE3EE: hue angle of 189.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAE3EE is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 227 | 238 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.07 |
| HSL | 189.71º | 0.67% | 0.8% | - |
| HSV(B) | 189.71º | 0.29% | 0.93% | - |
| XYZ | 59.48 | 69.66 | 91.2 | - |
| YUV | 211.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 238 | 0.29 | 0.05 | 0 | 0.07 | 189.71 | 0.67 | 0.8 |
| Hex | AA | E3 | EE | 1D | 5 | 0 | 7 | BE | 43 | 50 |
| Octal | 252 | 343 | 356 | 35 | 5 | 0 | 7 | 276 | 103 | 120 |
| Binary | 10101010 | 11100011 | 11101110 | 11101 | 101 | 0 | 111 | 10111110 | 1000011 | 1010000 |
Color Harmonies of #AAE3EE
Complementary color
Monochromatic Colors of #AAE3EE
Black with #AAE3EE
Text Example
Text Example
White with #AAE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3EE; }
p { color: rgb(170,227,238); }
H1.HeaderClassName
{
color: #AAE3EE;
}
.AnyTagClassName
{
color: #AAE3EE;
}
</style>
background-color css
<style>
a { background-color: #AAE3EE; }
a { background-color: rgb(170,227,238); }
div.DivClassName
{
background-color: #AAE3EE;
}
.BgClassName
{
background-color: #AAE3EE;
}
</style>
border-color css
<style>
span { border-color: #AAE3EE; }
span { border-color: rgb(170,227,238); }
td.TdClassName
{
border-color: #AAE3EE;
}
.TagClassName
{
border-color: #AAE3EE;
}
</style>