Shades of Echo Blue #ADB5D5
Tints of Echo Blue #ADB5D5
RGB
CMYK
RGB Variations
Color information
#ADB5D5 (or 0xADB5D5) is known color: Echo Blue. HEX triplet: AD, B5 and D5. RGB value is (173,181,213). Sum of RGB (Red+Green+Blue) = 173+181+213=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADB5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5D5 is #524A2A. Grayscale: #B6B6B6. Windows color (decimal): -5392939 or 14005677. OLE color: 14005677.
HSL color Cylindrical-coordinate representation of color #ADB5D5: hue angle of 228º 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 #ADB5D5 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 173 | 181 | 213 | - |
CMYK | 0.19 | 0.15 | 0 | 0.16 |
HSL | 228º | 0.32% | 0.76% | - |
HSV(B) | 228º | 0.19% | 0.84% | - |
XYZ | 45.77 | 46.74 | 69.56 | - |
YUV | 182.26 | 145.35 | 121.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 213 | 0.19 | 0.15 | 0 | 0.16 | 228 | 0.32 | 0.76 |
Hex | AD | B5 | D5 | 13 | F | 0 | 10 | E4 | 20 | 4C |
Octal | 255 | 265 | 325 | 23 | 17 | 0 | 20 | 344 | 40 | 114 |
Binary | 10101101 | 10110101 | 11010101 | 10011 | 1111 | 0 | 10000 | 11100100 | 100000 | 1001100 |
Color Harmonies of #ADB5D5
Complementary color
Monochromatic Colors of #ADB5D5
Black with #ADB5D5
Text Example
Text Example
White with #ADB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5D5; }
p { color: rgb(173,181,213); }
H1.HeaderClassName
{
color: #ADB5D5;
}
.AnyTagClassName
{
color: #ADB5D5;
}
</style>
background-color css
<style>
a { background-color: #ADB5D5; }
a { background-color: rgb(173,181,213); }
div.DivClassName
{
background-color: #ADB5D5;
}
.BgClassName
{
background-color: #ADB5D5;
}
</style>
border-color css
<style>
span { border-color: #ADB5D5; }
span { border-color: rgb(173,181,213); }
td.TdClassName
{
border-color: #ADB5D5;
}
.TagClassName
{
border-color: #ADB5D5;
}
</style>