Shades of Echo Blue #ADB5C1
Tints of Echo Blue #ADB5C1
RGB
CMYK
RGB Variations
Color information
#ADB5C1 (or 0xADB5C1) is known color: Echo Blue. HEX triplet: AD, B5 and C1. RGB value is (173,181,193). Sum of RGB (Red+Green+Blue) = 173+181+193=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5C1 is #524A3E. Grayscale: #B3B3B3. Windows color (decimal): -5392959 or 12694957. OLE color: 12694957.
HSL color Cylindrical-coordinate representation of color #ADB5C1: hue angle of 216º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB5C1 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 181 | 193 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.24 |
| HSL | 216º | 0.14% | 0.72% | - |
| HSV(B) | 216º | 0.1% | 0.76% | - |
| XYZ | 43.38 | 45.78 | 57 | - |
| YUV | 179.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 193 | 0.10 | 0.06 | 0 | 0.24 | 216 | 0.14 | 0.72 |
| Hex | AD | B5 | C1 | A | 6 | 0 | 18 | D8 | E | 48 |
| Octal | 255 | 265 | 301 | 12 | 6 | 0 | 30 | 330 | 16 | 110 |
| Binary | 10101101 | 10110101 | 11000001 | 1010 | 110 | 0 | 11000 | 11011000 | 1110 | 1001000 |
Color Harmonies of #ADB5C1
Complementary color
Monochromatic Colors of #ADB5C1
Black with #ADB5C1
Text Example
Text Example
White with #ADB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5C1; }
p { color: rgb(173,181,193); }
H1.HeaderClassName
{
color: #ADB5C1;
}
.AnyTagClassName
{
color: #ADB5C1;
}
</style>
background-color css
<style>
a { background-color: #ADB5C1; }
a { background-color: rgb(173,181,193); }
div.DivClassName
{
background-color: #ADB5C1;
}
.BgClassName
{
background-color: #ADB5C1;
}
</style>
border-color css
<style>
span { border-color: #ADB5C1; }
span { border-color: rgb(173,181,193); }
td.TdClassName
{
border-color: #ADB5C1;
}
.TagClassName
{
border-color: #ADB5C1;
}
</style>