Shades of Echo Blue #A0ADCD
Tints of Echo Blue #A0ADCD
RGB
CMYK
RGB Variations
Color information
#A0ADCD (or 0xA0ADCD) is known color: Echo Blue. HEX triplet: A0, AD and CD. RGB value is (160,173,205). Sum of RGB (Red+Green+Blue) = 160+173+205=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #A0ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADCD is #5F5232. Grayscale: #ACACAC. Windows color (decimal): -6246963 or 13479328. OLE color: 13479328.
HSL color Cylindrical-coordinate representation of color #A0ADCD: hue angle of 222.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0ADCD is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 173 | 205 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.20 |
| HSL | 222.67º | 0.31% | 0.72% | - |
| HSV(B) | 222.67º | 0.22% | 0.8% | - |
| XYZ | 40.46 | 41.77 | 63.69 | - |
| YUV | 172.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 205 | 0.22 | 0.16 | 0 | 0.20 | 222.67 | 0.31 | 0.72 |
| Hex | A0 | AD | CD | 16 | 10 | 0 | 14 | DF | 1F | 48 |
| Octal | 240 | 255 | 315 | 26 | 20 | 0 | 24 | 337 | 37 | 110 |
| Binary | 10100000 | 10101101 | 11001101 | 10110 | 10000 | 0 | 10100 | 11011111 | 11111 | 1001000 |
Color Harmonies of #A0ADCD
Complementary color
Monochromatic Colors of #A0ADCD
Black with #A0ADCD
Text Example
Text Example
White with #A0ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADCD; }
p { color: rgb(160,173,205); }
H1.HeaderClassName
{
color: #A0ADCD;
}
.AnyTagClassName
{
color: #A0ADCD;
}
</style>
background-color css
<style>
a { background-color: #A0ADCD; }
a { background-color: rgb(160,173,205); }
div.DivClassName
{
background-color: #A0ADCD;
}
.BgClassName
{
background-color: #A0ADCD;
}
</style>
border-color css
<style>
span { border-color: #A0ADCD; }
span { border-color: rgb(160,173,205); }
td.TdClassName
{
border-color: #A0ADCD;
}
.TagClassName
{
border-color: #A0ADCD;
}
</style>