Shades of Echo Blue #ADB2C5
Tints of Echo Blue #ADB2C5
RGB
CMYK
RGB Variations
Color information
#ADB2C5 (or 0xADB2C5) is known color: Echo Blue. HEX triplet: AD, B2 and C5. RGB value is (173,178,197). Sum of RGB (Red+Green+Blue) = 173+178+197=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADB2C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2C5 is #524D3A. Grayscale: #B2B2B2. Windows color (decimal): -5393723 or 12956333. OLE color: 12956333.
HSL color Cylindrical-coordinate representation of color #ADB2C5: hue angle of 227.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 #ADB2C5 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 178 | 197 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.23 |
| HSL | 227.5º | 0.17% | 0.73% | - |
| HSV(B) | 227.5º | 0.12% | 0.77% | - |
| XYZ | 43.23 | 44.76 | 59.18 | - |
| YUV | 178.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 197 | 0.12 | 0.10 | 0 | 0.23 | 227.5 | 0.17 | 0.73 |
| Hex | AD | B2 | C5 | C | A | 0 | 17 | E4 | 11 | 49 |
| Octal | 255 | 262 | 305 | 14 | 12 | 0 | 27 | 344 | 21 | 111 |
| Binary | 10101101 | 10110010 | 11000101 | 1100 | 1010 | 0 | 10111 | 11100100 | 10001 | 1001001 |
Color Harmonies of #ADB2C5
Complementary color
Monochromatic Colors of #ADB2C5
Black with #ADB2C5
Text Example
Text Example
White with #ADB2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2C5; }
p { color: rgb(173,178,197); }
H1.HeaderClassName
{
color: #ADB2C5;
}
.AnyTagClassName
{
color: #ADB2C5;
}
</style>
background-color css
<style>
a { background-color: #ADB2C5; }
a { background-color: rgb(173,178,197); }
div.DivClassName
{
background-color: #ADB2C5;
}
.BgClassName
{
background-color: #ADB2C5;
}
</style>
border-color css
<style>
span { border-color: #ADB2C5; }
span { border-color: rgb(173,178,197); }
td.TdClassName
{
border-color: #ADB2C5;
}
.TagClassName
{
border-color: #ADB2C5;
}
</style>