Shades of Echo Blue #ADB4C3
Tints of Echo Blue #ADB4C3
RGB
CMYK
RGB Variations
Color information
#ADB4C3 (or 0xADB4C3) is known color: Echo Blue. HEX triplet: AD, B4 and C3. RGB value is (173,180,195). Sum of RGB (Red+Green+Blue) = 173+180+195=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADB4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4C3 is #524B3C. Grayscale: #B3B3B3. Windows color (decimal): -5393213 or 12825773. OLE color: 12825773.
HSL color Cylindrical-coordinate representation of color #ADB4C3: hue angle of 220.91º 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 #ADB4C3 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 180 | 195 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.24 |
| HSL | 220.91º | 0.15% | 0.72% | - |
| HSV(B) | 220.91º | 0.11% | 0.76% | - |
| XYZ | 43.41 | 45.47 | 58.12 | - |
| YUV | 179.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 195 | 0.11 | 0.08 | 0 | 0.24 | 220.91 | 0.15 | 0.72 |
| Hex | AD | B4 | C3 | B | 8 | 0 | 18 | DD | F | 48 |
| Octal | 255 | 264 | 303 | 13 | 10 | 0 | 30 | 335 | 17 | 110 |
| Binary | 10101101 | 10110100 | 11000011 | 1011 | 1000 | 0 | 11000 | 11011101 | 1111 | 1001000 |
Color Harmonies of #ADB4C3
Complementary color
Monochromatic Colors of #ADB4C3
Black with #ADB4C3
Text Example
Text Example
White with #ADB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4C3; }
p { color: rgb(173,180,195); }
H1.HeaderClassName
{
color: #ADB4C3;
}
.AnyTagClassName
{
color: #ADB4C3;
}
</style>
background-color css
<style>
a { background-color: #ADB4C3; }
a { background-color: rgb(173,180,195); }
div.DivClassName
{
background-color: #ADB4C3;
}
.BgClassName
{
background-color: #ADB4C3;
}
</style>
border-color css
<style>
span { border-color: #ADB4C3; }
span { border-color: rgb(173,180,195); }
td.TdClassName
{
border-color: #ADB4C3;
}
.TagClassName
{
border-color: #ADB4C3;
}
</style>