Shades of Echo Blue #ADB6D5
Tints of Echo Blue #ADB6D5
RGB
CMYK
RGB Variations
Color information
#ADB6D5 (or 0xADB6D5) is known color: Echo Blue. HEX triplet: AD, B6 and D5. RGB value is (173,182,213). Sum of RGB (Red+Green+Blue) = 173+182+213=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADB6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6D5 is #52492A. Grayscale: #B6B6B6. Windows color (decimal): -5392683 or 14005933. OLE color: 14005933.
HSL color Cylindrical-coordinate representation of color #ADB6D5: hue angle of 226.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB6D5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 182 | 213 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.16 |
| HSL | 226.5º | 0.32% | 0.76% | - |
| HSV(B) | 226.5º | 0.19% | 0.84% | - |
| XYZ | 45.97 | 47.14 | 69.63 | - |
| YUV | 182.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 213 | 0.19 | 0.15 | 0 | 0.16 | 226.5 | 0.32 | 0.76 |
| Hex | AD | B6 | D5 | 13 | F | 0 | 10 | E2 | 20 | 4C |
| Octal | 255 | 266 | 325 | 23 | 17 | 0 | 20 | 342 | 40 | 114 |
| Binary | 10101101 | 10110110 | 11010101 | 10011 | 1111 | 0 | 10000 | 11100010 | 100000 | 1001100 |
Color Harmonies of #ADB6D5
Complementary color
Monochromatic Colors of #ADB6D5
Black with #ADB6D5
Text Example
Text Example
White with #ADB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB6D5; }
p { color: rgb(173,182,213); }
H1.HeaderClassName
{
color: #ADB6D5;
}
.AnyTagClassName
{
color: #ADB6D5;
}
</style>
background-color css
<style>
a { background-color: #ADB6D5; }
a { background-color: rgb(173,182,213); }
div.DivClassName
{
background-color: #ADB6D5;
}
.BgClassName
{
background-color: #ADB6D5;
}
</style>
border-color css
<style>
span { border-color: #ADB6D5; }
span { border-color: rgb(173,182,213); }
td.TdClassName
{
border-color: #ADB6D5;
}
.TagClassName
{
border-color: #ADB6D5;
}
</style>