Shades of Echo Blue #ADB0D6
Tints of Echo Blue #ADB0D6
RGB
CMYK
RGB Variations
Color information
#ADB0D6 (or 0xADB0D6) is known color: Echo Blue. HEX triplet: AD, B0 and D6. RGB value is (173,176,214). Sum of RGB (Red+Green+Blue) = 173+176+214=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADB0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0D6 is #524F29. Grayscale: #B3B3B3. Windows color (decimal): -5394218 or 14069933. OLE color: 14069933.
HSL color Cylindrical-coordinate representation of color #ADB0D6: hue angle of 235.61º 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 #ADB0D6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 176 | 214 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.16 |
| HSL | 235.61º | 0.33% | 0.76% | - |
| HSV(B) | 235.61º | 0.19% | 0.84% | - |
| XYZ | 44.9 | 44.79 | 69.9 | - |
| YUV | 179.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 214 | 0.19 | 0.18 | 0 | 0.16 | 235.61 | 0.33 | 0.76 |
| Hex | AD | B0 | D6 | 13 | 12 | 0 | 10 | EC | 21 | 4C |
| Octal | 255 | 260 | 326 | 23 | 22 | 0 | 20 | 354 | 41 | 114 |
| Binary | 10101101 | 10110000 | 11010110 | 10011 | 10010 | 0 | 10000 | 11101100 | 100001 | 1001100 |
Color Harmonies of #ADB0D6
Complementary color
Monochromatic Colors of #ADB0D6
Black with #ADB0D6
Text Example
Text Example
White with #ADB0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0D6; }
p { color: rgb(173,176,214); }
H1.HeaderClassName
{
color: #ADB0D6;
}
.AnyTagClassName
{
color: #ADB0D6;
}
</style>
background-color css
<style>
a { background-color: #ADB0D6; }
a { background-color: rgb(173,176,214); }
div.DivClassName
{
background-color: #ADB0D6;
}
.BgClassName
{
background-color: #ADB0D6;
}
</style>
border-color css
<style>
span { border-color: #ADB0D6; }
span { border-color: rgb(173,176,214); }
td.TdClassName
{
border-color: #ADB0D6;
}
.TagClassName
{
border-color: #ADB0D6;
}
</style>