Shades of Echo Blue #ADB3C0
Tints of Echo Blue #ADB3C0
RGB
CMYK
RGB Variations
Color information
#ADB3C0 (or 0xADB3C0) is known color: Echo Blue. HEX triplet: AD, B3 and C0. RGB value is (173,179,192). Sum of RGB (Red+Green+Blue) = 173+179+192=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADB3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3C0 is #524C3F. Grayscale: #B2B2B2. Windows color (decimal): -5393472 or 12628909. OLE color: 12628909.
HSL color Cylindrical-coordinate representation of color #ADB3C0: hue angle of 221.05º 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 #ADB3C0 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 179 | 192 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.25 |
| HSL | 221.05º | 0.13% | 0.72% | - |
| HSV(B) | 221.05º | 0.1% | 0.75% | - |
| XYZ | 42.87 | 44.93 | 56.28 | - |
| YUV | 178.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 192 | 0.10 | 0.07 | 0 | 0.25 | 221.05 | 0.13 | 0.72 |
| Hex | AD | B3 | C0 | A | 7 | 0 | 19 | DD | D | 48 |
| Octal | 255 | 263 | 300 | 12 | 7 | 0 | 31 | 335 | 15 | 110 |
| Binary | 10101101 | 10110011 | 11000000 | 1010 | 111 | 0 | 11001 | 11011101 | 1101 | 1001000 |
Color Harmonies of #ADB3C0
Complementary color
Monochromatic Colors of #ADB3C0
Black with #ADB3C0
Text Example
Text Example
White with #ADB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3C0; }
p { color: rgb(173,179,192); }
H1.HeaderClassName
{
color: #ADB3C0;
}
.AnyTagClassName
{
color: #ADB3C0;
}
</style>
background-color css
<style>
a { background-color: #ADB3C0; }
a { background-color: rgb(173,179,192); }
div.DivClassName
{
background-color: #ADB3C0;
}
.BgClassName
{
background-color: #ADB3C0;
}
</style>
border-color css
<style>
span { border-color: #ADB3C0; }
span { border-color: rgb(173,179,192); }
td.TdClassName
{
border-color: #ADB3C0;
}
.TagClassName
{
border-color: #ADB3C0;
}
</style>