Shades of Echo Blue #ADB3D5
Tints of Echo Blue #ADB3D5
RGB
CMYK
RGB Variations
Color information
#ADB3D5 (or 0xADB3D5) is known color: Echo Blue. HEX triplet: AD, B3 and D5. RGB value is (173,179,213). Sum of RGB (Red+Green+Blue) = 173+179+213=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADB3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3D5 is #524C2A. Grayscale: #B4B4B4. Windows color (decimal): -5393451 or 14005165. OLE color: 14005165.
HSL color Cylindrical-coordinate representation of color #ADB3D5: hue angle of 231º 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 #ADB3D5 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 179 | 213 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.16 |
| HSL | 231º | 0.32% | 0.76% | - |
| HSV(B) | 231º | 0.19% | 0.84% | - |
| XYZ | 45.36 | 45.93 | 69.42 | - |
| YUV | 181.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 213 | 0.19 | 0.16 | 0 | 0.16 | 231 | 0.32 | 0.76 |
| Hex | AD | B3 | D5 | 13 | 10 | 0 | 10 | E7 | 20 | 4C |
| Octal | 255 | 263 | 325 | 23 | 20 | 0 | 20 | 347 | 40 | 114 |
| Binary | 10101101 | 10110011 | 11010101 | 10011 | 10000 | 0 | 10000 | 11100111 | 100000 | 1001100 |
Color Harmonies of #ADB3D5
Complementary color
Monochromatic Colors of #ADB3D5
Black with #ADB3D5
Text Example
Text Example
White with #ADB3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3D5; }
p { color: rgb(173,179,213); }
H1.HeaderClassName
{
color: #ADB3D5;
}
.AnyTagClassName
{
color: #ADB3D5;
}
</style>
background-color css
<style>
a { background-color: #ADB3D5; }
a { background-color: rgb(173,179,213); }
div.DivClassName
{
background-color: #ADB3D5;
}
.BgClassName
{
background-color: #ADB3D5;
}
</style>
border-color css
<style>
span { border-color: #ADB3D5; }
span { border-color: rgb(173,179,213); }
td.TdClassName
{
border-color: #ADB3D5;
}
.TagClassName
{
border-color: #ADB3D5;
}
</style>