Shades of Echo Blue #ADB8D5
Tints of Echo Blue #ADB8D5
RGB
CMYK
RGB Variations
Color information
#ADB8D5 (or 0xADB8D5) is known color: Echo Blue. HEX triplet: AD, B8 and D5. RGB value is (173,184,213). Sum of RGB (Red+Green+Blue) = 173+184+213=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADB8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8D5 is #52472A. Grayscale: #B7B7B7. Windows color (decimal): -5392171 or 14006445. OLE color: 14006445.
HSL color Cylindrical-coordinate representation of color #ADB8D5: hue angle of 223.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 #ADB8D5 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 184 | 213 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.16 |
| HSL | 223.5º | 0.32% | 0.76% | - |
| HSV(B) | 223.5º | 0.19% | 0.84% | - |
| XYZ | 46.38 | 47.97 | 69.77 | - |
| YUV | 184.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 213 | 0.19 | 0.14 | 0 | 0.16 | 223.5 | 0.32 | 0.76 |
| Hex | AD | B8 | D5 | 13 | E | 0 | 10 | E0 | 20 | 4C |
| Octal | 255 | 270 | 325 | 23 | 16 | 0 | 20 | 340 | 40 | 114 |
| Binary | 10101101 | 10111000 | 11010101 | 10011 | 1110 | 0 | 10000 | 11100000 | 100000 | 1001100 |
Color Harmonies of #ADB8D5
Complementary color
Monochromatic Colors of #ADB8D5
Black with #ADB8D5
Text Example
Text Example
White with #ADB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8D5; }
p { color: rgb(173,184,213); }
H1.HeaderClassName
{
color: #ADB8D5;
}
.AnyTagClassName
{
color: #ADB8D5;
}
</style>
background-color css
<style>
a { background-color: #ADB8D5; }
a { background-color: rgb(173,184,213); }
div.DivClassName
{
background-color: #ADB8D5;
}
.BgClassName
{
background-color: #ADB8D5;
}
</style>
border-color css
<style>
span { border-color: #ADB8D5; }
span { border-color: rgb(173,184,213); }
td.TdClassName
{
border-color: #ADB8D5;
}
.TagClassName
{
border-color: #ADB8D5;
}
</style>