Shades of Echo Blue #A2ADCB
Tints of Echo Blue #A2ADCB
RGB
CMYK
RGB Variations
Color information
#A2ADCB (or 0xA2ADCB) is known color: Echo Blue. HEX triplet: A2, AD and CB. RGB value is (162,173,203). Sum of RGB (Red+Green+Blue) = 162+173+203=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2ADCB is #5D5234. Grayscale: #ADADAD. Windows color (decimal): -6115893 or 13348258. OLE color: 13348258.
HSL color Cylindrical-coordinate representation of color #A2ADCB: hue angle of 223.9º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2ADCB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 173 | 203 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.20 |
| HSL | 223.9º | 0.28% | 0.72% | - |
| HSV(B) | 223.9º | 0.2% | 0.8% | - |
| XYZ | 40.62 | 41.88 | 62.44 | - |
| YUV | 173.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 203 | 0.20 | 0.15 | 0 | 0.20 | 223.9 | 0.28 | 0.72 |
| Hex | A2 | AD | CB | 14 | F | 0 | 14 | E0 | 1C | 48 |
| Octal | 242 | 255 | 313 | 24 | 17 | 0 | 24 | 340 | 34 | 110 |
| Binary | 10100010 | 10101101 | 11001011 | 10100 | 1111 | 0 | 10100 | 11100000 | 11100 | 1001000 |
Color Harmonies of #A2ADCB
Complementary color
Monochromatic Colors of #A2ADCB
Black with #A2ADCB
Text Example
Text Example
White with #A2ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADCB; }
p { color: rgb(162,173,203); }
H1.HeaderClassName
{
color: #A2ADCB;
}
.AnyTagClassName
{
color: #A2ADCB;
}
</style>
background-color css
<style>
a { background-color: #A2ADCB; }
a { background-color: rgb(162,173,203); }
div.DivClassName
{
background-color: #A2ADCB;
}
.BgClassName
{
background-color: #A2ADCB;
}
</style>
border-color css
<style>
span { border-color: #A2ADCB; }
span { border-color: rgb(162,173,203); }
td.TdClassName
{
border-color: #A2ADCB;
}
.TagClassName
{
border-color: #A2ADCB;
}
</style>