Shades of Echo Blue #ADB8CF
Tints of Echo Blue #ADB8CF
RGB
CMYK
RGB Variations
Color information
#ADB8CF (or 0xADB8CF) is known color: Echo Blue. HEX triplet: AD, B8 and CF. RGB value is (173,184,207). Sum of RGB (Red+Green+Blue) = 173+184+207=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8CF is #524730. Grayscale: #B7B7B7. Windows color (decimal): -5392177 or 13613229. OLE color: 13613229.
HSL color Cylindrical-coordinate representation of color #ADB8CF: hue angle of 220.59º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB8CF is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 184 | 207 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.19 |
| HSL | 220.59º | 0.26% | 0.75% | - |
| HSV(B) | 220.59º | 0.16% | 0.81% | - |
| XYZ | 45.64 | 47.67 | 65.83 | - |
| YUV | 183.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 207 | 0.16 | 0.11 | 0 | 0.19 | 220.59 | 0.26 | 0.75 |
| Hex | AD | B8 | CF | 10 | B | 0 | 13 | DD | 1A | 4B |
| Octal | 255 | 270 | 317 | 20 | 13 | 0 | 23 | 335 | 32 | 113 |
| Binary | 10101101 | 10111000 | 11001111 | 10000 | 1011 | 0 | 10011 | 11011101 | 11010 | 1001011 |
Color Harmonies of #ADB8CF
Complementary color
Monochromatic Colors of #ADB8CF
Black with #ADB8CF
Text Example
Text Example
White with #ADB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB8CF; }
p { color: rgb(173,184,207); }
H1.HeaderClassName
{
color: #ADB8CF;
}
.AnyTagClassName
{
color: #ADB8CF;
}
</style>
background-color css
<style>
a { background-color: #ADB8CF; }
a { background-color: rgb(173,184,207); }
div.DivClassName
{
background-color: #ADB8CF;
}
.BgClassName
{
background-color: #ADB8CF;
}
</style>
border-color css
<style>
span { border-color: #ADB8CF; }
span { border-color: rgb(173,184,207); }
td.TdClassName
{
border-color: #ADB8CF;
}
.TagClassName
{
border-color: #ADB8CF;
}
</style>