Shades of Echo Blue #ADB4C5
Tints of Echo Blue #ADB4C5
RGB
CMYK
RGB Variations
Color information
#ADB4C5 (or 0xADB4C5) is known color: Echo Blue. HEX triplet: AD, B4 and C5. RGB value is (173,180,197). Sum of RGB (Red+Green+Blue) = 173+180+197=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADB4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4C5 is #524B3A. Grayscale: #B3B3B3. Windows color (decimal): -5393211 or 12956845. OLE color: 12956845.
HSL color Cylindrical-coordinate representation of color #ADB4C5: hue angle of 222.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB4C5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 180 | 197 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.23 |
| HSL | 222.5º | 0.17% | 0.73% | - |
| HSV(B) | 222.5º | 0.12% | 0.77% | - |
| XYZ | 43.63 | 45.56 | 59.32 | - |
| YUV | 179.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 197 | 0.12 | 0.09 | 0 | 0.23 | 222.5 | 0.17 | 0.73 |
| Hex | AD | B4 | C5 | C | 9 | 0 | 17 | DE | 11 | 49 |
| Octal | 255 | 264 | 305 | 14 | 11 | 0 | 27 | 336 | 21 | 111 |
| Binary | 10101101 | 10110100 | 11000101 | 1100 | 1001 | 0 | 10111 | 11011110 | 10001 | 1001001 |
Color Harmonies of #ADB4C5
Complementary color
Monochromatic Colors of #ADB4C5
Black with #ADB4C5
Text Example
Text Example
White with #ADB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4C5; }
p { color: rgb(173,180,197); }
H1.HeaderClassName
{
color: #ADB4C5;
}
.AnyTagClassName
{
color: #ADB4C5;
}
</style>
background-color css
<style>
a { background-color: #ADB4C5; }
a { background-color: rgb(173,180,197); }
div.DivClassName
{
background-color: #ADB4C5;
}
.BgClassName
{
background-color: #ADB4C5;
}
</style>
border-color css
<style>
span { border-color: #ADB4C5; }
span { border-color: rgb(173,180,197); }
td.TdClassName
{
border-color: #ADB4C5;
}
.TagClassName
{
border-color: #ADB4C5;
}
</style>