Shades of Echo Blue #ADB0C0
Tints of Echo Blue #ADB0C0
RGB
CMYK
RGB Variations
Color information
#ADB0C0 (or 0xADB0C0) is known color: Echo Blue. HEX triplet: AD, B0 and C0. RGB value is (173,176,192). Sum of RGB (Red+Green+Blue) = 173+176+192=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADB0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0C0 is #524F3F. Grayscale: #B0B0B0. Windows color (decimal): -5394240 or 12628141. OLE color: 12628141.
HSL color Cylindrical-coordinate representation of color #ADB0C0: hue angle of 230.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB0C0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 176 | 192 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.25 |
| HSL | 230.53º | 0.13% | 0.72% | - |
| HSV(B) | 230.53º | 0.1% | 0.75% | - |
| XYZ | 42.27 | 43.74 | 56.08 | - |
| YUV | 176.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 192 | 0.10 | 0.08 | 0 | 0.25 | 230.53 | 0.13 | 0.72 |
| Hex | AD | B0 | C0 | A | 8 | 0 | 19 | E7 | D | 48 |
| Octal | 255 | 260 | 300 | 12 | 10 | 0 | 31 | 347 | 15 | 110 |
| Binary | 10101101 | 10110000 | 11000000 | 1010 | 1000 | 0 | 11001 | 11100111 | 1101 | 1001000 |
Color Harmonies of #ADB0C0
Complementary color
Monochromatic Colors of #ADB0C0
Black with #ADB0C0
Text Example
Text Example
White with #ADB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0C0; }
p { color: rgb(173,176,192); }
H1.HeaderClassName
{
color: #ADB0C0;
}
.AnyTagClassName
{
color: #ADB0C0;
}
</style>
background-color css
<style>
a { background-color: #ADB0C0; }
a { background-color: rgb(173,176,192); }
div.DivClassName
{
background-color: #ADB0C0;
}
.BgClassName
{
background-color: #ADB0C0;
}
</style>
border-color css
<style>
span { border-color: #ADB0C0; }
span { border-color: rgb(173,176,192); }
td.TdClassName
{
border-color: #ADB0C0;
}
.TagClassName
{
border-color: #ADB0C0;
}
</style>