Shades of Echo Blue #ADB0C5
Tints of Echo Blue #ADB0C5
RGB
CMYK
RGB Variations
Color information
#ADB0C5 (or 0xADB0C5) is known color: Echo Blue. HEX triplet: AD, B0 and C5. RGB value is (173,176,197). Sum of RGB (Red+Green+Blue) = 173+176+197=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADB0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0C5 is #524F3A. Grayscale: #B1B1B1. Windows color (decimal): -5394235 or 12955821. OLE color: 12955821.
HSL color Cylindrical-coordinate representation of color #ADB0C5: hue angle of 232.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB0C5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 176 | 197 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.23 |
| HSL | 232.5º | 0.17% | 0.73% | - |
| HSV(B) | 232.5º | 0.12% | 0.77% | - |
| XYZ | 42.84 | 43.97 | 59.05 | - |
| YUV | 177.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 197 | 0.12 | 0.11 | 0 | 0.23 | 232.5 | 0.17 | 0.73 |
| Hex | AD | B0 | C5 | C | B | 0 | 17 | E8 | 11 | 49 |
| Octal | 255 | 260 | 305 | 14 | 13 | 0 | 27 | 350 | 21 | 111 |
| Binary | 10101101 | 10110000 | 11000101 | 1100 | 1011 | 0 | 10111 | 11101000 | 10001 | 1001001 |
Color Harmonies of #ADB0C5
Complementary color
Monochromatic Colors of #ADB0C5
Black with #ADB0C5
Text Example
Text Example
White with #ADB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0C5; }
p { color: rgb(173,176,197); }
H1.HeaderClassName
{
color: #ADB0C5;
}
.AnyTagClassName
{
color: #ADB0C5;
}
</style>
background-color css
<style>
a { background-color: #ADB0C5; }
a { background-color: rgb(173,176,197); }
div.DivClassName
{
background-color: #ADB0C5;
}
.BgClassName
{
background-color: #ADB0C5;
}
</style>
border-color css
<style>
span { border-color: #ADB0C5; }
span { border-color: rgb(173,176,197); }
td.TdClassName
{
border-color: #ADB0C5;
}
.TagClassName
{
border-color: #ADB0C5;
}
</style>