Shades of Blizzard Blue #AAE3F3
Tints of Blizzard Blue #AAE3F3
RGB
CMYK
RGB Variations
Color information
#AAE3F3 (or 0xAAE3F3) is known color: Blizzard Blue. HEX triplet: AA, E3 and F3. RGB value is (170,227,243). Sum of RGB (Red+Green+Blue) = 170+227+243=640 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.56% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 243 (95.31% from 255 or 37.97% from 640); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAE3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE3F3 is #551C0C. Grayscale: #D3D3D3. Windows color (decimal): -5577741 or 15983530. OLE color: 15983530.
HSL color Cylindrical-coordinate representation of color #AAE3F3: hue angle of 193.15º 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 #AAE3F3 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 227 | 243 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.05 |
| HSL | 193.15º | 0.75% | 0.81% | - |
| HSV(B) | 193.15º | 0.3% | 0.95% | - |
| XYZ | 60.22 | 69.96 | 95.12 | - |
| YUV | 211.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 243 | 0.30 | 0.07 | 0 | 0.05 | 193.15 | 0.75 | 0.81 |
| Hex | AA | E3 | F3 | 1E | 7 | 0 | 5 | C1 | 4B | 51 |
| Octal | 252 | 343 | 363 | 36 | 7 | 0 | 5 | 301 | 113 | 121 |
| Binary | 10101010 | 11100011 | 11110011 | 11110 | 111 | 0 | 101 | 11000001 | 1001011 | 1010001 |
Color Harmonies of #AAE3F3
Complementary color
Monochromatic Colors of #AAE3F3
Black with #AAE3F3
Text Example
Text Example
White with #AAE3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3F3; }
p { color: rgb(170,227,243); }
H1.HeaderClassName
{
color: #AAE3F3;
}
.AnyTagClassName
{
color: #AAE3F3;
}
</style>
background-color css
<style>
a { background-color: #AAE3F3; }
a { background-color: rgb(170,227,243); }
div.DivClassName
{
background-color: #AAE3F3;
}
.BgClassName
{
background-color: #AAE3F3;
}
</style>
border-color css
<style>
span { border-color: #AAE3F3; }
span { border-color: rgb(170,227,243); }
td.TdClassName
{
border-color: #AAE3F3;
}
.TagClassName
{
border-color: #AAE3F3;
}
</style>