Shades of Blizzard Blue #AEEDFF
Tints of Blizzard Blue #AEEDFF
RGB
CMYK
RGB Variations
Color information
#AEEDFF (or 0xAEEDFF) is known color: Blizzard Blue. HEX triplet: AE, ED and FF. RGB value is (174,237,255). Sum of RGB (Red+Green+Blue) = 174+237+255=666 (88% of max value = 765). Red value is 174 (68.36% from 255 or 26.13% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEDFF is #511200. Grayscale: #DCDCDC. Windows color (decimal): -5313025 or 16772526. OLE color: 16772526.
HSL color Cylindrical-coordinate representation of color #AEEDFF: hue angle of 193.33º 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 #AEEDFF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 237 | 255 | - |
| CMYK | 0.32 | 0.07 | 0 | 0 |
| HSL | 193.33º | 1% | 0.84% | - |
| HSV(B) | 193.33º | 0.32% | 1% | - |
| XYZ | 65.79 | 76.79 | 105.96 | - |
| YUV | 220.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 255 | 0.32 | 0.07 | 0 | 0 | 193.33 | 1 | 0.84 |
| Hex | AE | ED | FF | 20 | 7 | 0 | 0 | C1 | 64 | 54 |
| Octal | 256 | 355 | 377 | 40 | 7 | 0 | 0 | 301 | 144 | 124 |
| Binary | 10101110 | 11101101 | 11111111 | 100000 | 111 | 0 | 0 | 11000001 | 1100100 | 1010100 |
Color Harmonies of #AEEDFF
Complementary color
Monochromatic Colors of #AEEDFF
Black with #AEEDFF
Text Example
Text Example
White with #AEEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDFF; }
p { color: rgb(174,237,255); }
H1.HeaderClassName
{
color: #AEEDFF;
}
.AnyTagClassName
{
color: #AEEDFF;
}
</style>
background-color css
<style>
a { background-color: #AEEDFF; }
a { background-color: rgb(174,237,255); }
div.DivClassName
{
background-color: #AEEDFF;
}
.BgClassName
{
background-color: #AEEDFF;
}
</style>
border-color css
<style>
span { border-color: #AEEDFF; }
span { border-color: rgb(174,237,255); }
td.TdClassName
{
border-color: #AEEDFF;
}
.TagClassName
{
border-color: #AEEDFF;
}
</style>