Shades of Echo Blue #A0ADCB
Tints of Echo Blue #A0ADCB
RGB
CMYK
RGB Variations
Color information
#A0ADCB (or 0xA0ADCB) is known color: Echo Blue. HEX triplet: A0, AD and CB. RGB value is (160,173,203). Sum of RGB (Red+Green+Blue) = 160+173+203=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #A0ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADCB is #5F5234. Grayscale: #ACACAC. Windows color (decimal): -6246965 or 13348256. OLE color: 13348256.
HSL color Cylindrical-coordinate representation of color #A0ADCB: hue angle of 221.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0ADCB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 173 | 203 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.20 |
| HSL | 221.86º | 0.29% | 0.71% | - |
| HSV(B) | 221.86º | 0.21% | 0.8% | - |
| XYZ | 40.22 | 41.67 | 62.42 | - |
| YUV | 172.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 203 | 0.21 | 0.15 | 0 | 0.20 | 221.86 | 0.29 | 0.71 |
| Hex | A0 | AD | CB | 15 | F | 0 | 14 | DE | 1D | 47 |
| Octal | 240 | 255 | 313 | 25 | 17 | 0 | 24 | 336 | 35 | 107 |
| Binary | 10100000 | 10101101 | 11001011 | 10101 | 1111 | 0 | 10100 | 11011110 | 11101 | 1000111 |
Color Harmonies of #A0ADCB
Complementary color
Monochromatic Colors of #A0ADCB
Black with #A0ADCB
Text Example
Text Example
White with #A0ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADCB; }
p { color: rgb(160,173,203); }
H1.HeaderClassName
{
color: #A0ADCB;
}
.AnyTagClassName
{
color: #A0ADCB;
}
</style>
background-color css
<style>
a { background-color: #A0ADCB; }
a { background-color: rgb(160,173,203); }
div.DivClassName
{
background-color: #A0ADCB;
}
.BgClassName
{
background-color: #A0ADCB;
}
</style>
border-color css
<style>
span { border-color: #A0ADCB; }
span { border-color: rgb(160,173,203); }
td.TdClassName
{
border-color: #A0ADCB;
}
.TagClassName
{
border-color: #A0ADCB;
}
</style>