Shades of Echo Blue #ADB2D5
Tints of Echo Blue #ADB2D5
RGB
CMYK
RGB Variations
Color information
#ADB2D5 (or 0xADB2D5) is known color: Echo Blue. HEX triplet: AD, B2 and D5. RGB value is (173,178,213). Sum of RGB (Red+Green+Blue) = 173+178+213=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADB2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2D5 is #524D2A. Grayscale: #B4B4B4. Windows color (decimal): -5393707 or 14004909. OLE color: 14004909.
HSL color Cylindrical-coordinate representation of color #ADB2D5: hue angle of 232.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 #ADB2D5 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 178 | 213 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.16 |
| HSL | 232.5º | 0.32% | 0.76% | - |
| HSV(B) | 232.5º | 0.19% | 0.84% | - |
| XYZ | 45.16 | 45.53 | 69.36 | - |
| YUV | 180.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 213 | 0.19 | 0.16 | 0 | 0.16 | 232.5 | 0.32 | 0.76 |
| Hex | AD | B2 | D5 | 13 | 10 | 0 | 10 | E8 | 20 | 4C |
| Octal | 255 | 262 | 325 | 23 | 20 | 0 | 20 | 350 | 40 | 114 |
| Binary | 10101101 | 10110010 | 11010101 | 10011 | 10000 | 0 | 10000 | 11101000 | 100000 | 1001100 |
Color Harmonies of #ADB2D5
Complementary color
Monochromatic Colors of #ADB2D5
Black with #ADB2D5
Text Example
Text Example
White with #ADB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2D5; }
p { color: rgb(173,178,213); }
H1.HeaderClassName
{
color: #ADB2D5;
}
.AnyTagClassName
{
color: #ADB2D5;
}
</style>
background-color css
<style>
a { background-color: #ADB2D5; }
a { background-color: rgb(173,178,213); }
div.DivClassName
{
background-color: #ADB2D5;
}
.BgClassName
{
background-color: #ADB2D5;
}
</style>
border-color css
<style>
span { border-color: #ADB2D5; }
span { border-color: rgb(173,178,213); }
td.TdClassName
{
border-color: #ADB2D5;
}
.TagClassName
{
border-color: #ADB2D5;
}
</style>