Shades of Echo Blue #A1ADCB
Tints of Echo Blue #A1ADCB
RGB
CMYK
RGB Variations
Color information
#A1ADCB (or 0xA1ADCB) is known color: Echo Blue. HEX triplet: A1, AD and CB. RGB value is (161,173,203). Sum of RGB (Red+Green+Blue) = 161+173+203=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADCB is #5E5234. Grayscale: #ACACAC. Windows color (decimal): -6181429 or 13348257. OLE color: 13348257.
HSL color Cylindrical-coordinate representation of color #A1ADCB: hue angle of 222.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 #A1ADCB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 173 | 203 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.20 |
| HSL | 222.86º | 0.29% | 0.71% | - |
| HSV(B) | 222.86º | 0.21% | 0.8% | - |
| XYZ | 40.42 | 41.78 | 62.43 | - |
| YUV | 172.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 203 | 0.21 | 0.15 | 0 | 0.20 | 222.86 | 0.29 | 0.71 |
| Hex | A1 | AD | CB | 15 | F | 0 | 14 | DF | 1D | 47 |
| Octal | 241 | 255 | 313 | 25 | 17 | 0 | 24 | 337 | 35 | 107 |
| Binary | 10100001 | 10101101 | 11001011 | 10101 | 1111 | 0 | 10100 | 11011111 | 11101 | 1000111 |
Color Harmonies of #A1ADCB
Complementary color
Monochromatic Colors of #A1ADCB
Black with #A1ADCB
Text Example
Text Example
White with #A1ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADCB; }
p { color: rgb(161,173,203); }
H1.HeaderClassName
{
color: #A1ADCB;
}
.AnyTagClassName
{
color: #A1ADCB;
}
</style>
background-color css
<style>
a { background-color: #A1ADCB; }
a { background-color: rgb(161,173,203); }
div.DivClassName
{
background-color: #A1ADCB;
}
.BgClassName
{
background-color: #A1ADCB;
}
</style>
border-color css
<style>
span { border-color: #A1ADCB; }
span { border-color: rgb(161,173,203); }
td.TdClassName
{
border-color: #A1ADCB;
}
.TagClassName
{
border-color: #A1ADCB;
}
</style>