Shades of Echo Blue #A0ADD2
Tints of Echo Blue #A0ADD2
RGB
CMYK
RGB Variations
Color information
#A0ADD2 (or 0xA0ADD2) is known color: Echo Blue. HEX triplet: A0, AD and D2. RGB value is (160,173,210). Sum of RGB (Red+Green+Blue) = 160+173+210=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #A0ADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADD2 is #5F522D. Grayscale: #ADADAD. Windows color (decimal): -6246958 or 13807008. OLE color: 13807008.
HSL color Cylindrical-coordinate representation of color #A0ADD2: hue angle of 224.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0ADD2 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 173 | 210 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.18 |
| HSL | 224.4º | 0.36% | 0.73% | - |
| HSV(B) | 224.4º | 0.24% | 0.82% | - |
| XYZ | 41.07 | 42.01 | 66.92 | - |
| YUV | 173.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 210 | 0.24 | 0.18 | 0 | 0.18 | 224.4 | 0.36 | 0.73 |
| Hex | A0 | AD | D2 | 18 | 12 | 0 | 12 | E0 | 24 | 49 |
| Octal | 240 | 255 | 322 | 30 | 22 | 0 | 22 | 340 | 44 | 111 |
| Binary | 10100000 | 10101101 | 11010010 | 11000 | 10010 | 0 | 10010 | 11100000 | 100100 | 1001001 |
Color Harmonies of #A0ADD2
Complementary color
Monochromatic Colors of #A0ADD2
Black with #A0ADD2
Text Example
Text Example
White with #A0ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADD2; }
p { color: rgb(160,173,210); }
H1.HeaderClassName
{
color: #A0ADD2;
}
.AnyTagClassName
{
color: #A0ADD2;
}
</style>
background-color css
<style>
a { background-color: #A0ADD2; }
a { background-color: rgb(160,173,210); }
div.DivClassName
{
background-color: #A0ADD2;
}
.BgClassName
{
background-color: #A0ADD2;
}
</style>
border-color css
<style>
span { border-color: #A0ADD2; }
span { border-color: rgb(160,173,210); }
td.TdClassName
{
border-color: #A0ADD2;
}
.TagClassName
{
border-color: #A0ADD2;
}
</style>