Shades of Blizzard Blue #AEEEFF
Tints of Blizzard Blue #AEEEFF
RGB
CMYK
RGB Variations
Color information
#AEEEFF (or 0xAEEEFF) is known color: Blizzard Blue. HEX triplet: AE, EE and FF. RGB value is (174,238,255). Sum of RGB (Red+Green+Blue) = 174+238+255=667 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.09% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEEFF is #511100. Grayscale: #DCDCDC. Windows color (decimal): -5312769 or 16772782. OLE color: 16772782.
HSL color Cylindrical-coordinate representation of color #AEEEFF: hue angle of 192.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEEEFF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 238 | 255 | - |
| CMYK | 0.32 | 0.07 | 0 | 0 |
| HSL | 192.59º | 1% | 0.84% | - |
| HSV(B) | 192.59º | 0.32% | 1% | - |
| XYZ | 66.08 | 77.37 | 106.06 | - |
| YUV | 220.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 255 | 0.32 | 0.07 | 0 | 0 | 192.59 | 1 | 0.84 |
| Hex | AE | EE | FF | 20 | 7 | 0 | 0 | C1 | 64 | 54 |
| Octal | 256 | 356 | 377 | 40 | 7 | 0 | 0 | 301 | 144 | 124 |
| Binary | 10101110 | 11101110 | 11111111 | 100000 | 111 | 0 | 0 | 11000001 | 1100100 | 1010100 |
Color Harmonies of #AEEEFF
Complementary color
Monochromatic Colors of #AEEEFF
Black with #AEEEFF
Text Example
Text Example
White with #AEEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEFF; }
p { color: rgb(174,238,255); }
H1.HeaderClassName
{
color: #AEEEFF;
}
.AnyTagClassName
{
color: #AEEEFF;
}
</style>
background-color css
<style>
a { background-color: #AEEEFF; }
a { background-color: rgb(174,238,255); }
div.DivClassName
{
background-color: #AEEEFF;
}
.BgClassName
{
background-color: #AEEEFF;
}
</style>
border-color css
<style>
span { border-color: #AEEEFF; }
span { border-color: rgb(174,238,255); }
td.TdClassName
{
border-color: #AEEEFF;
}
.TagClassName
{
border-color: #AEEEFF;
}
</style>