Shades of Echo Blue #ADB9D6
Tints of Echo Blue #ADB9D6
RGB
CMYK
RGB Variations
Color information
#ADB9D6 (or 0xADB9D6) is known color: Echo Blue. HEX triplet: AD, B9 and D6. RGB value is (173,185,214). Sum of RGB (Red+Green+Blue) = 173+185+214=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADB9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9D6 is #524629. Grayscale: #B8B8B8. Windows color (decimal): -5391914 or 14072237. OLE color: 14072237.
HSL color Cylindrical-coordinate representation of color #ADB9D6: hue angle of 222.44º degrees, saturation: 0.33, 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 #ADB9D6 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 185 | 214 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.16 |
| HSL | 222.44º | 0.33% | 0.76% | - |
| HSV(B) | 222.44º | 0.19% | 0.84% | - |
| XYZ | 46.72 | 48.44 | 70.51 | - |
| YUV | 184.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 214 | 0.19 | 0.14 | 0 | 0.16 | 222.44 | 0.33 | 0.76 |
| Hex | AD | B9 | D6 | 13 | E | 0 | 10 | DE | 21 | 4C |
| Octal | 255 | 271 | 326 | 23 | 16 | 0 | 20 | 336 | 41 | 114 |
| Binary | 10101101 | 10111001 | 11010110 | 10011 | 1110 | 0 | 10000 | 11011110 | 100001 | 1001100 |
Color Harmonies of #ADB9D6
Complementary color
Monochromatic Colors of #ADB9D6
Black with #ADB9D6
Text Example
Text Example
White with #ADB9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB9D6; }
p { color: rgb(173,185,214); }
H1.HeaderClassName
{
color: #ADB9D6;
}
.AnyTagClassName
{
color: #ADB9D6;
}
</style>
background-color css
<style>
a { background-color: #ADB9D6; }
a { background-color: rgb(173,185,214); }
div.DivClassName
{
background-color: #ADB9D6;
}
.BgClassName
{
background-color: #ADB9D6;
}
</style>
border-color css
<style>
span { border-color: #ADB9D6; }
span { border-color: rgb(173,185,214); }
td.TdClassName
{
border-color: #ADB9D6;
}
.TagClassName
{
border-color: #ADB9D6;
}
</style>