Shades of Echo Blue #ADB5C0
Tints of Echo Blue #ADB5C0
RGB
CMYK
RGB Variations
Color information
#ADB5C0 (or 0xADB5C0) is known color: Echo Blue. HEX triplet: AD, B5 and C0. RGB value is (173,181,192). Sum of RGB (Red+Green+Blue) = 173+181+192=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADB5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5C0 is #524A3F. Grayscale: #B3B3B3. Windows color (decimal): -5392960 or 12629421. OLE color: 12629421.
HSL color Cylindrical-coordinate representation of color #ADB5C0: hue angle of 214.74º 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 #ADB5C0 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 181 | 192 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.25 |
| HSL | 214.74º | 0.13% | 0.72% | - |
| HSV(B) | 214.74º | 0.1% | 0.75% | - |
| XYZ | 43.27 | 45.74 | 56.42 | - |
| YUV | 179.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 192 | 0.10 | 0.06 | 0 | 0.25 | 214.74 | 0.13 | 0.72 |
| Hex | AD | B5 | C0 | A | 6 | 0 | 19 | D7 | D | 48 |
| Octal | 255 | 265 | 300 | 12 | 6 | 0 | 31 | 327 | 15 | 110 |
| Binary | 10101101 | 10110101 | 11000000 | 1010 | 110 | 0 | 11001 | 11010111 | 1101 | 1001000 |
Color Harmonies of #ADB5C0
Complementary color
Monochromatic Colors of #ADB5C0
Black with #ADB5C0
Text Example
Text Example
White with #ADB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5C0; }
p { color: rgb(173,181,192); }
H1.HeaderClassName
{
color: #ADB5C0;
}
.AnyTagClassName
{
color: #ADB5C0;
}
</style>
background-color css
<style>
a { background-color: #ADB5C0; }
a { background-color: rgb(173,181,192); }
div.DivClassName
{
background-color: #ADB5C0;
}
.BgClassName
{
background-color: #ADB5C0;
}
</style>
border-color css
<style>
span { border-color: #ADB5C0; }
span { border-color: rgb(173,181,192); }
td.TdClassName
{
border-color: #ADB5C0;
}
.TagClassName
{
border-color: #ADB5C0;
}
</style>