Shades of Echo Blue #ADB5D7
Tints of Echo Blue #ADB5D7
RGB
CMYK
RGB Variations
Color information
#ADB5D7 (or 0xADB5D7) is known color: Echo Blue. HEX triplet: AD, B5 and D7. RGB value is (173,181,215). Sum of RGB (Red+Green+Blue) = 173+181+215=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADB5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5D7 is #524A28. Grayscale: #B6B6B6. Windows color (decimal): -5392937 or 14136749. OLE color: 14136749.
HSL color Cylindrical-coordinate representation of color #ADB5D7: hue angle of 228.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB5D7 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 181 | 215 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.16 |
| HSL | 228.57º | 0.34% | 0.76% | - |
| HSV(B) | 228.57º | 0.2% | 0.84% | - |
| XYZ | 46.02 | 46.84 | 70.9 | - |
| YUV | 182.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 215 | 0.20 | 0.16 | 0 | 0.16 | 228.57 | 0.34 | 0.76 |
| Hex | AD | B5 | D7 | 14 | 10 | 0 | 10 | E5 | 22 | 4C |
| Octal | 255 | 265 | 327 | 24 | 20 | 0 | 20 | 345 | 42 | 114 |
| Binary | 10101101 | 10110101 | 11010111 | 10100 | 10000 | 0 | 10000 | 11100101 | 100010 | 1001100 |
Color Harmonies of #ADB5D7
Complementary color
Monochromatic Colors of #ADB5D7
Black with #ADB5D7
Text Example
Text Example
White with #ADB5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5D7; }
p { color: rgb(173,181,215); }
H1.HeaderClassName
{
color: #ADB5D7;
}
.AnyTagClassName
{
color: #ADB5D7;
}
</style>
background-color css
<style>
a { background-color: #ADB5D7; }
a { background-color: rgb(173,181,215); }
div.DivClassName
{
background-color: #ADB5D7;
}
.BgClassName
{
background-color: #ADB5D7;
}
</style>
border-color css
<style>
span { border-color: #ADB5D7; }
span { border-color: rgb(173,181,215); }
td.TdClassName
{
border-color: #ADB5D7;
}
.TagClassName
{
border-color: #ADB5D7;
}
</style>