Shades of Echo Blue #ADB4D5
Tints of Echo Blue #ADB4D5
RGB
CMYK
RGB Variations
Color information
#ADB4D5 (or 0xADB4D5) is known color: Echo Blue. HEX triplet: AD, B4 and D5. RGB value is (173,180,213). Sum of RGB (Red+Green+Blue) = 173+180+213=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADB4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4D5 is #524B2A. Grayscale: #B5B5B5. Windows color (decimal): -5393195 or 14005421. OLE color: 14005421.
HSL color Cylindrical-coordinate representation of color #ADB4D5: hue angle of 229.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 #ADB4D5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 180 | 213 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.16 |
| HSL | 229.5º | 0.32% | 0.76% | - |
| HSV(B) | 229.5º | 0.19% | 0.84% | - |
| XYZ | 45.57 | 46.33 | 69.49 | - |
| YUV | 181.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 213 | 0.19 | 0.15 | 0 | 0.16 | 229.5 | 0.32 | 0.76 |
| Hex | AD | B4 | D5 | 13 | F | 0 | 10 | E6 | 20 | 4C |
| Octal | 255 | 264 | 325 | 23 | 17 | 0 | 20 | 346 | 40 | 114 |
| Binary | 10101101 | 10110100 | 11010101 | 10011 | 1111 | 0 | 10000 | 11100110 | 100000 | 1001100 |
Color Harmonies of #ADB4D5
Complementary color
Monochromatic Colors of #ADB4D5
Black with #ADB4D5
Text Example
Text Example
White with #ADB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4D5; }
p { color: rgb(173,180,213); }
H1.HeaderClassName
{
color: #ADB4D5;
}
.AnyTagClassName
{
color: #ADB4D5;
}
</style>
background-color css
<style>
a { background-color: #ADB4D5; }
a { background-color: rgb(173,180,213); }
div.DivClassName
{
background-color: #ADB4D5;
}
.BgClassName
{
background-color: #ADB4D5;
}
</style>
border-color css
<style>
span { border-color: #ADB4D5; }
span { border-color: rgb(173,180,213); }
td.TdClassName
{
border-color: #ADB4D5;
}
.TagClassName
{
border-color: #ADB4D5;
}
</style>