Shades of Echo Blue #ADB5D1
Tints of Echo Blue #ADB5D1
RGB
CMYK
RGB Variations
Color information
#ADB5D1 (or 0xADB5D1) is known color: Echo Blue. HEX triplet: AD, B5 and D1. RGB value is (173,181,209). Sum of RGB (Red+Green+Blue) = 173+181+209=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADB5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5D1 is #524A2E. Grayscale: #B5B5B5. Windows color (decimal): -5392943 or 13743533. OLE color: 13743533.
HSL color Cylindrical-coordinate representation of color #ADB5D1: hue angle of 226.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADB5D1 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 173 | 181 | 209 | - |
CMYK | 0.17 | 0.13 | 0 | 0.18 |
HSL | 226.67º | 0.28% | 0.75% | - |
HSV(B) | 226.67º | 0.17% | 0.82% | - |
XYZ | 45.27 | 46.54 | 66.92 | - |
YUV | 181.8 | 143.35 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 209 | 0.17 | 0.13 | 0 | 0.18 | 226.67 | 0.28 | 0.75 |
Hex | AD | B5 | D1 | 11 | D | 0 | 12 | E3 | 1C | 4B |
Octal | 255 | 265 | 321 | 21 | 15 | 0 | 22 | 343 | 34 | 113 |
Binary | 10101101 | 10110101 | 11010001 | 10001 | 1101 | 0 | 10010 | 11100011 | 11100 | 1001011 |
Color Harmonies of #ADB5D1
Complementary color
Monochromatic Colors of #ADB5D1
Black with #ADB5D1
Text Example
Text Example
White with #ADB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5D1; }
p { color: rgb(173,181,209); }
H1.HeaderClassName
{
color: #ADB5D1;
}
.AnyTagClassName
{
color: #ADB5D1;
}
</style>
background-color css
<style>
a { background-color: #ADB5D1; }
a { background-color: rgb(173,181,209); }
div.DivClassName
{
background-color: #ADB5D1;
}
.BgClassName
{
background-color: #ADB5D1;
}
</style>
border-color css
<style>
span { border-color: #ADB5D1; }
span { border-color: rgb(173,181,209); }
td.TdClassName
{
border-color: #ADB5D1;
}
.TagClassName
{
border-color: #ADB5D1;
}
</style>