Shades of Blizzard Blue #AEE7F0
Tints of Blizzard Blue #AEE7F0
RGB
CMYK
RGB Variations
Color information
#AEE7F0 (or 0xAEE7F0) is known color: Blizzard Blue. HEX triplet: AE, E7 and F0. RGB value is (174,231,240). Sum of RGB (Red+Green+Blue) = 174+231+240=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEE7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7F0 is #51180F. Grayscale: #D6D6D6. Windows color (decimal): -5314576 or 15787950. OLE color: 15787950.
HSL color Cylindrical-coordinate representation of color #AEE7F0: hue angle of 188.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE7F0 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 231 | 240 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.06 |
| HSL | 188.18º | 0.69% | 0.81% | - |
| HSV(B) | 188.18º | 0.28% | 0.94% | - |
| XYZ | 61.76 | 72.44 | 93.17 | - |
| YUV | 214.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 231 | 240 | 0.28 | 0.04 | 0 | 0.06 | 188.18 | 0.69 | 0.81 |
| Hex | AE | E7 | F0 | 1C | 4 | 0 | 6 | BC | 45 | 51 |
| Octal | 256 | 347 | 360 | 34 | 4 | 0 | 6 | 274 | 105 | 121 |
| Binary | 10101110 | 11100111 | 11110000 | 11100 | 100 | 0 | 110 | 10111100 | 1000101 | 1010001 |
Color Harmonies of #AEE7F0
Complementary color
Monochromatic Colors of #AEE7F0
Black with #AEE7F0
Text Example
Text Example
White with #AEE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE7F0; }
p { color: rgb(174,231,240); }
H1.HeaderClassName
{
color: #AEE7F0;
}
.AnyTagClassName
{
color: #AEE7F0;
}
</style>
background-color css
<style>
a { background-color: #AEE7F0; }
a { background-color: rgb(174,231,240); }
div.DivClassName
{
background-color: #AEE7F0;
}
.BgClassName
{
background-color: #AEE7F0;
}
</style>
border-color css
<style>
span { border-color: #AEE7F0; }
span { border-color: rgb(174,231,240); }
td.TdClassName
{
border-color: #AEE7F0;
}
.TagClassName
{
border-color: #AEE7F0;
}
</style>