Shades of Blizzard Blue #AEE3F1
Tints of Blizzard Blue #AEE3F1
RGB
CMYK
RGB Variations
Color information
#AEE3F1 (or 0xAEE3F1) is known color: Blizzard Blue. HEX triplet: AE, E3 and F1. RGB value is (174,227,241). Sum of RGB (Red+Green+Blue) = 174+227+241=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #AEE3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE3F1 is #511C0E. Grayscale: #D4D4D4. Windows color (decimal): -5315599 or 15852462. OLE color: 15852462.
HSL color Cylindrical-coordinate representation of color #AEE3F1: hue angle of 192.54º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEE3F1 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 227 | 241 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.05 |
| HSL | 192.54º | 0.71% | 0.81% | - |
| HSV(B) | 192.54º | 0.28% | 0.95% | - |
| XYZ | 60.8 | 70.29 | 93.58 | - |
| YUV | 212.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 241 | 0.28 | 0.06 | 0 | 0.05 | 192.54 | 0.71 | 0.81 |
| Hex | AE | E3 | F1 | 1C | 6 | 0 | 5 | C1 | 47 | 51 |
| Octal | 256 | 343 | 361 | 34 | 6 | 0 | 5 | 301 | 107 | 121 |
| Binary | 10101110 | 11100011 | 11110001 | 11100 | 110 | 0 | 101 | 11000001 | 1000111 | 1010001 |
Color Harmonies of #AEE3F1
Complementary color
Monochromatic Colors of #AEE3F1
Black with #AEE3F1
Text Example
Text Example
White with #AEE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE3F1; }
p { color: rgb(174,227,241); }
H1.HeaderClassName
{
color: #AEE3F1;
}
.AnyTagClassName
{
color: #AEE3F1;
}
</style>
background-color css
<style>
a { background-color: #AEE3F1; }
a { background-color: rgb(174,227,241); }
div.DivClassName
{
background-color: #AEE3F1;
}
.BgClassName
{
background-color: #AEE3F1;
}
</style>
border-color css
<style>
span { border-color: #AEE3F1; }
span { border-color: rgb(174,227,241); }
td.TdClassName
{
border-color: #AEE3F1;
}
.TagClassName
{
border-color: #AEE3F1;
}
</style>