Shades of Echo Blue #ADB2CB
Tints of Echo Blue #ADB2CB
RGB
CMYK
RGB Variations
Color information
#ADB2CB (or 0xADB2CB) is known color: Echo Blue. HEX triplet: AD, B2 and CB. RGB value is (173,178,203). Sum of RGB (Red+Green+Blue) = 173+178+203=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADB2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2CB is #524D34. Grayscale: #B3B3B3. Windows color (decimal): -5393717 or 13349549. OLE color: 13349549.
HSL color Cylindrical-coordinate representation of color #ADB2CB: hue angle of 230º 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 #ADB2CB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 178 | 203 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.20 |
| HSL | 230º | 0.22% | 0.74% | - |
| HSV(B) | 230º | 0.15% | 0.8% | - |
| XYZ | 43.93 | 45.04 | 62.88 | - |
| YUV | 179.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 203 | 0.15 | 0.12 | 0 | 0.20 | 230 | 0.22 | 0.74 |
| Hex | AD | B2 | CB | F | C | 0 | 14 | E6 | 16 | 4A |
| Octal | 255 | 262 | 313 | 17 | 14 | 0 | 24 | 346 | 26 | 112 |
| Binary | 10101101 | 10110010 | 11001011 | 1111 | 1100 | 0 | 10100 | 11100110 | 10110 | 1001010 |
Color Harmonies of #ADB2CB
Complementary color
Monochromatic Colors of #ADB2CB
Black with #ADB2CB
Text Example
Text Example
White with #ADB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2CB; }
p { color: rgb(173,178,203); }
H1.HeaderClassName
{
color: #ADB2CB;
}
.AnyTagClassName
{
color: #ADB2CB;
}
</style>
background-color css
<style>
a { background-color: #ADB2CB; }
a { background-color: rgb(173,178,203); }
div.DivClassName
{
background-color: #ADB2CB;
}
.BgClassName
{
background-color: #ADB2CB;
}
</style>
border-color css
<style>
span { border-color: #ADB2CB; }
span { border-color: rgb(173,178,203); }
td.TdClassName
{
border-color: #ADB2CB;
}
.TagClassName
{
border-color: #ADB2CB;
}
</style>