Shades of Echo Blue #A7ADC5
Tints of Echo Blue #A7ADC5
RGB
CMYK
RGB Variations
Color information
#A7ADC5 (or 0xA7ADC5) is known color: Echo Blue. HEX triplet: A7, AD and C5. RGB value is (167,173,197). Sum of RGB (Red+Green+Blue) = 167+173+197=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #A7ADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ADC5 is #58523A. Grayscale: #ADADAD. Windows color (decimal): -5788219 or 12955047. OLE color: 12955047.
HSL color Cylindrical-coordinate representation of color #A7ADC5: hue angle of 228º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7ADC5 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 173 | 197 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.23 |
| HSL | 228º | 0.21% | 0.71% | - |
| HSV(B) | 228º | 0.15% | 0.77% | - |
| XYZ | 40.96 | 42.13 | 58.8 | - |
| YUV | 173.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 197 | 0.15 | 0.12 | 0 | 0.23 | 228 | 0.21 | 0.71 |
| Hex | A7 | AD | C5 | F | C | 0 | 17 | E4 | 15 | 47 |
| Octal | 247 | 255 | 305 | 17 | 14 | 0 | 27 | 344 | 25 | 107 |
| Binary | 10100111 | 10101101 | 11000101 | 1111 | 1100 | 0 | 10111 | 11100100 | 10101 | 1000111 |
Color Harmonies of #A7ADC5
Complementary color
Monochromatic Colors of #A7ADC5
Black with #A7ADC5
Text Example
Text Example
White with #A7ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADC5; }
p { color: rgb(167,173,197); }
H1.HeaderClassName
{
color: #A7ADC5;
}
.AnyTagClassName
{
color: #A7ADC5;
}
</style>
background-color css
<style>
a { background-color: #A7ADC5; }
a { background-color: rgb(167,173,197); }
div.DivClassName
{
background-color: #A7ADC5;
}
.BgClassName
{
background-color: #A7ADC5;
}
</style>
border-color css
<style>
span { border-color: #A7ADC5; }
span { border-color: rgb(167,173,197); }
td.TdClassName
{
border-color: #A7ADC5;
}
.TagClassName
{
border-color: #A7ADC5;
}
</style>