Shades of Echo Blue #ADB3C1
Tints of Echo Blue #ADB3C1
RGB
CMYK
RGB Variations
Color information
#ADB3C1 (or 0xADB3C1) is known color: Echo Blue. HEX triplet: AD, B3 and C1. RGB value is (173,179,193). Sum of RGB (Red+Green+Blue) = 173+179+193=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADB3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3C1 is #524C3E. Grayscale: #B2B2B2. Windows color (decimal): -5393471 or 12694445. OLE color: 12694445.
HSL color Cylindrical-coordinate representation of color #ADB3C1: hue angle of 222º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB3C1 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 179 | 193 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.24 |
| HSL | 222º | 0.14% | 0.72% | - |
| HSV(B) | 222º | 0.1% | 0.76% | - |
| XYZ | 42.98 | 44.97 | 56.87 | - |
| YUV | 178.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 193 | 0.10 | 0.07 | 0 | 0.24 | 222 | 0.14 | 0.72 |
| Hex | AD | B3 | C1 | A | 7 | 0 | 18 | DE | E | 48 |
| Octal | 255 | 263 | 301 | 12 | 7 | 0 | 30 | 336 | 16 | 110 |
| Binary | 10101101 | 10110011 | 11000001 | 1010 | 111 | 0 | 11000 | 11011110 | 1110 | 1001000 |
Color Harmonies of #ADB3C1
Complementary color
Monochromatic Colors of #ADB3C1
Black with #ADB3C1
Text Example
Text Example
White with #ADB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3C1; }
p { color: rgb(173,179,193); }
H1.HeaderClassName
{
color: #ADB3C1;
}
.AnyTagClassName
{
color: #ADB3C1;
}
</style>
background-color css
<style>
a { background-color: #ADB3C1; }
a { background-color: rgb(173,179,193); }
div.DivClassName
{
background-color: #ADB3C1;
}
.BgClassName
{
background-color: #ADB3C1;
}
</style>
border-color css
<style>
span { border-color: #ADB3C1; }
span { border-color: rgb(173,179,193); }
td.TdClassName
{
border-color: #ADB3C1;
}
.TagClassName
{
border-color: #ADB3C1;
}
</style>