Shades of Echo Blue #ADB3C3
Tints of Echo Blue #ADB3C3
RGB
CMYK
RGB Variations
Color information
#ADB3C3 (or 0xADB3C3) is known color: Echo Blue. HEX triplet: AD, B3 and C3. RGB value is (173,179,195). Sum of RGB (Red+Green+Blue) = 173+179+195=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADB3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3C3 is #524C3C. Grayscale: #B2B2B2. Windows color (decimal): -5393469 or 12825517. OLE color: 12825517.
HSL color Cylindrical-coordinate representation of color #ADB3C3: hue angle of 223.64º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB3C3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 179 | 195 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.24 |
| HSL | 223.64º | 0.15% | 0.72% | - |
| HSV(B) | 223.64º | 0.11% | 0.76% | - |
| XYZ | 43.2 | 45.06 | 58.05 | - |
| YUV | 179.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 195 | 0.11 | 0.08 | 0 | 0.24 | 223.64 | 0.15 | 0.72 |
| Hex | AD | B3 | C3 | B | 8 | 0 | 18 | E0 | F | 48 |
| Octal | 255 | 263 | 303 | 13 | 10 | 0 | 30 | 340 | 17 | 110 |
| Binary | 10101101 | 10110011 | 11000011 | 1011 | 1000 | 0 | 11000 | 11100000 | 1111 | 1001000 |
Color Harmonies of #ADB3C3
Complementary color
Monochromatic Colors of #ADB3C3
Black with #ADB3C3
Text Example
Text Example
White with #ADB3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3C3; }
p { color: rgb(173,179,195); }
H1.HeaderClassName
{
color: #ADB3C3;
}
.AnyTagClassName
{
color: #ADB3C3;
}
</style>
background-color css
<style>
a { background-color: #ADB3C3; }
a { background-color: rgb(173,179,195); }
div.DivClassName
{
background-color: #ADB3C3;
}
.BgClassName
{
background-color: #ADB3C3;
}
</style>
border-color css
<style>
span { border-color: #ADB3C3; }
span { border-color: rgb(173,179,195); }
td.TdClassName
{
border-color: #ADB3C3;
}
.TagClassName
{
border-color: #ADB3C3;
}
</style>