Shades of Echo Blue #ADB4CB
Tints of Echo Blue #ADB4CB
RGB
CMYK
RGB Variations
Color information
#ADB4CB (or 0xADB4CB) is known color: Echo Blue. HEX triplet: AD, B4 and CB. RGB value is (173,180,203). Sum of RGB (Red+Green+Blue) = 173+180+203=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADB4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4CB is #524B34. Grayscale: #B4B4B4. Windows color (decimal): -5393205 or 13350061. OLE color: 13350061.
HSL color Cylindrical-coordinate representation of color #ADB4CB: hue angle of 226º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB4CB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 180 | 203 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.20 |
| HSL | 226º | 0.22% | 0.74% | - |
| HSV(B) | 226º | 0.15% | 0.8% | - |
| XYZ | 44.33 | 45.84 | 63.01 | - |
| YUV | 180.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 203 | 0.15 | 0.11 | 0 | 0.20 | 226 | 0.22 | 0.74 |
| Hex | AD | B4 | CB | F | B | 0 | 14 | E2 | 16 | 4A |
| Octal | 255 | 264 | 313 | 17 | 13 | 0 | 24 | 342 | 26 | 112 |
| Binary | 10101101 | 10110100 | 11001011 | 1111 | 1011 | 0 | 10100 | 11100010 | 10110 | 1001010 |
Color Harmonies of #ADB4CB
Complementary color
Monochromatic Colors of #ADB4CB
Black with #ADB4CB
Text Example
Text Example
White with #ADB4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4CB; }
p { color: rgb(173,180,203); }
H1.HeaderClassName
{
color: #ADB4CB;
}
.AnyTagClassName
{
color: #ADB4CB;
}
</style>
background-color css
<style>
a { background-color: #ADB4CB; }
a { background-color: rgb(173,180,203); }
div.DivClassName
{
background-color: #ADB4CB;
}
.BgClassName
{
background-color: #ADB4CB;
}
</style>
border-color css
<style>
span { border-color: #ADB4CB; }
span { border-color: rgb(173,180,203); }
td.TdClassName
{
border-color: #ADB4CB;
}
.TagClassName
{
border-color: #ADB4CB;
}
</style>