Shades of Blizzard Blue #AAEEFF
Tints of Blizzard Blue #AAEEFF
RGB
CMYK
RGB Variations
Color information
#AAEEFF (or 0xAAEEFF) is known color: Blizzard Blue. HEX triplet: AA, EE and FF. RGB value is (170,238,255). Sum of RGB (Red+Green+Blue) = 170+238+255=663 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.64% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEEFF is #551100. Grayscale: #DBDBDB. Windows color (decimal): -5574913 or 16772778. OLE color: 16772778.
HSL color Cylindrical-coordinate representation of color #AAEEFF: hue angle of 192º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEEFF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 238 | 255 | - |
| CMYK | 0.33 | 0.07 | 0 | 0 |
| HSL | 192º | 1% | 0.83% | - |
| HSV(B) | 192º | 0.33% | 1% | - |
| XYZ | 65.2 | 76.92 | 106.02 | - |
| YUV | 219.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 255 | 0.33 | 0.07 | 0 | 0 | 192 | 1 | 0.83 |
| Hex | AA | EE | FF | 21 | 7 | 0 | 0 | C0 | 64 | 53 |
| Octal | 252 | 356 | 377 | 41 | 7 | 0 | 0 | 300 | 144 | 123 |
| Binary | 10101010 | 11101110 | 11111111 | 100001 | 111 | 0 | 0 | 11000000 | 1100100 | 1010011 |
Color Harmonies of #AAEEFF
Complementary color
Monochromatic Colors of #AAEEFF
Black with #AAEEFF
Text Example
Text Example
White with #AAEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEFF; }
p { color: rgb(170,238,255); }
H1.HeaderClassName
{
color: #AAEEFF;
}
.AnyTagClassName
{
color: #AAEEFF;
}
</style>
background-color css
<style>
a { background-color: #AAEEFF; }
a { background-color: rgb(170,238,255); }
div.DivClassName
{
background-color: #AAEEFF;
}
.BgClassName
{
background-color: #AAEEFF;
}
</style>
border-color css
<style>
span { border-color: #AAEEFF; }
span { border-color: rgb(170,238,255); }
td.TdClassName
{
border-color: #AAEEFF;
}
.TagClassName
{
border-color: #AAEEFF;
}
</style>