Shades of Echo Blue #A7ADCB
Tints of Echo Blue #A7ADCB
RGB
CMYK
RGB Variations
Color information
#A7ADCB (or 0xA7ADCB) is known color: Echo Blue. HEX triplet: A7, AD and CB. RGB value is (167,173,203). Sum of RGB (Red+Green+Blue) = 167+173+203=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ADCB is #585234. Grayscale: #AEAEAE. Windows color (decimal): -5788213 or 13348263. OLE color: 13348263.
HSL color Cylindrical-coordinate representation of color #A7ADCB: hue angle of 230º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7ADCB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 173 | 203 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.20 |
| HSL | 230º | 0.26% | 0.73% | - |
| HSV(B) | 230º | 0.18% | 0.8% | - |
| XYZ | 41.66 | 42.41 | 62.49 | - |
| YUV | 174.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 203 | 0.18 | 0.15 | 0 | 0.20 | 230 | 0.26 | 0.73 |
| Hex | A7 | AD | CB | 12 | F | 0 | 14 | E6 | 1A | 49 |
| Octal | 247 | 255 | 313 | 22 | 17 | 0 | 24 | 346 | 32 | 111 |
| Binary | 10100111 | 10101101 | 11001011 | 10010 | 1111 | 0 | 10100 | 11100110 | 11010 | 1001001 |
Color Harmonies of #A7ADCB
Complementary color
Monochromatic Colors of #A7ADCB
Black with #A7ADCB
Text Example
Text Example
White with #A7ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADCB; }
p { color: rgb(167,173,203); }
H1.HeaderClassName
{
color: #A7ADCB;
}
.AnyTagClassName
{
color: #A7ADCB;
}
</style>
background-color css
<style>
a { background-color: #A7ADCB; }
a { background-color: rgb(167,173,203); }
div.DivClassName
{
background-color: #A7ADCB;
}
.BgClassName
{
background-color: #A7ADCB;
}
</style>
border-color css
<style>
span { border-color: #A7ADCB; }
span { border-color: rgb(167,173,203); }
td.TdClassName
{
border-color: #A7ADCB;
}
.TagClassName
{
border-color: #A7ADCB;
}
</style>