Shades of Blizzard Blue #A0E0ED
Tints of Blizzard Blue #A0E0ED
RGB
CMYK
RGB Variations
Color information
#A0E0ED (or 0xA0E0ED) is known color: Blizzard Blue. HEX triplet: A0, E0 and ED. RGB value is (160,224,237). Sum of RGB (Red+Green+Blue) = 160+224+237=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0E0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E0ED is #5F1F12. Grayscale: #CECECE. Windows color (decimal): -6233875 or 15589536. OLE color: 15589536.
HSL color Cylindrical-coordinate representation of color #A0E0ED: hue angle of 190.13º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E0ED is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 224 | 237 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.07 |
| HSL | 190.13º | 0.68% | 0.78% | - |
| HSV(B) | 190.13º | 0.32% | 0.93% | - |
| XYZ | 56.44 | 66.9 | 90.06 | - |
| YUV | 206.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 237 | 0.32 | 0.05 | 0 | 0.07 | 190.13 | 0.68 | 0.78 |
| Hex | A0 | E0 | ED | 20 | 5 | 0 | 7 | BE | 44 | 4E |
| Octal | 240 | 340 | 355 | 40 | 5 | 0 | 7 | 276 | 104 | 116 |
| Binary | 10100000 | 11100000 | 11101101 | 100000 | 101 | 0 | 111 | 10111110 | 1000100 | 1001110 |
Color Harmonies of #A0E0ED
Complementary color
Monochromatic Colors of #A0E0ED
Black with #A0E0ED
Text Example
Text Example
White with #A0E0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0ED; }
p { color: rgb(160,224,237); }
H1.HeaderClassName
{
color: #A0E0ED;
}
.AnyTagClassName
{
color: #A0E0ED;
}
</style>
background-color css
<style>
a { background-color: #A0E0ED; }
a { background-color: rgb(160,224,237); }
div.DivClassName
{
background-color: #A0E0ED;
}
.BgClassName
{
background-color: #A0E0ED;
}
</style>
border-color css
<style>
span { border-color: #A0E0ED; }
span { border-color: rgb(160,224,237); }
td.TdClassName
{
border-color: #A0E0ED;
}
.TagClassName
{
border-color: #A0E0ED;
}
</style>