Shades of Blizzard Blue #A0E4ED
Tints of Blizzard Blue #A0E4ED
RGB
CMYK
RGB Variations
Color information
#A0E4ED (or 0xA0E4ED) is known color: Blizzard Blue. HEX triplet: A0, E4 and ED. RGB value is (160,228,237). Sum of RGB (Red+Green+Blue) = 160+228+237=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0E4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E4ED is #5F1B12. Grayscale: #D0D0D0. Windows color (decimal): -6232851 or 15590560. OLE color: 15590560.
HSL color Cylindrical-coordinate representation of color #A0E4ED: hue angle of 187.01º 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 #A0E4ED is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 228 | 237 | - |
CMYK | 0.32 | 0.04 | 0 | 0.07 |
HSL | 187.01º | 0.68% | 0.78% | - |
HSV(B) | 187.01º | 0.32% | 0.93% | - |
XYZ | 57.53 | 69.07 | 90.42 | - |
YUV | 208.69 | 143.97 | 93.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 228 | 237 | 0.32 | 0.04 | 0 | 0.07 | 187.01 | 0.68 | 0.78 |
Hex | A0 | E4 | ED | 20 | 4 | 0 | 7 | BB | 44 | 4E |
Octal | 240 | 344 | 355 | 40 | 4 | 0 | 7 | 273 | 104 | 116 |
Binary | 10100000 | 11100100 | 11101101 | 100000 | 100 | 0 | 111 | 10111011 | 1000100 | 1001110 |
Color Harmonies of #A0E4ED
Complementary color
Monochromatic Colors of #A0E4ED
Black with #A0E4ED
Text Example
Text Example
White with #A0E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E4ED; }
p { color: rgb(160,228,237); }
H1.HeaderClassName
{
color: #A0E4ED;
}
.AnyTagClassName
{
color: #A0E4ED;
}
</style>
background-color css
<style>
a { background-color: #A0E4ED; }
a { background-color: rgb(160,228,237); }
div.DivClassName
{
background-color: #A0E4ED;
}
.BgClassName
{
background-color: #A0E4ED;
}
</style>
border-color css
<style>
span { border-color: #A0E4ED; }
span { border-color: rgb(160,228,237); }
td.TdClassName
{
border-color: #A0E4ED;
}
.TagClassName
{
border-color: #A0E4ED;
}
</style>