Shades of Echo Blue #ADB0C4
Tints of Echo Blue #ADB0C4
RGB
CMYK
RGB Variations
Color information
#ADB0C4 (or 0xADB0C4) is known color: Echo Blue. HEX triplet: AD, B0 and C4. RGB value is (173,176,196). Sum of RGB (Red+Green+Blue) = 173+176+196=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADB0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0C4 is #524F3B. Grayscale: #B1B1B1. Windows color (decimal): -5394236 or 12890285. OLE color: 12890285.
HSL color Cylindrical-coordinate representation of color #ADB0C4: hue angle of 232.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB0C4 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 176 | 196 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.23 |
| HSL | 232.17º | 0.16% | 0.72% | - |
| HSV(B) | 232.17º | 0.12% | 0.77% | - |
| XYZ | 42.72 | 43.92 | 58.45 | - |
| YUV | 177.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 196 | 0.12 | 0.10 | 0 | 0.23 | 232.17 | 0.16 | 0.72 |
| Hex | AD | B0 | C4 | C | A | 0 | 17 | E8 | 10 | 48 |
| Octal | 255 | 260 | 304 | 14 | 12 | 0 | 27 | 350 | 20 | 110 |
| Binary | 10101101 | 10110000 | 11000100 | 1100 | 1010 | 0 | 10111 | 11101000 | 10000 | 1001000 |
Color Harmonies of #ADB0C4
Complementary color
Monochromatic Colors of #ADB0C4
Black with #ADB0C4
Text Example
Text Example
White with #ADB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0C4; }
p { color: rgb(173,176,196); }
H1.HeaderClassName
{
color: #ADB0C4;
}
.AnyTagClassName
{
color: #ADB0C4;
}
</style>
background-color css
<style>
a { background-color: #ADB0C4; }
a { background-color: rgb(173,176,196); }
div.DivClassName
{
background-color: #ADB0C4;
}
.BgClassName
{
background-color: #ADB0C4;
}
</style>
border-color css
<style>
span { border-color: #ADB0C4; }
span { border-color: rgb(173,176,196); }
td.TdClassName
{
border-color: #ADB0C4;
}
.TagClassName
{
border-color: #ADB0C4;
}
</style>