Shades of Echo Blue #A8ADCB
Tints of Echo Blue #A8ADCB
RGB
CMYK
RGB Variations
Color information
#A8ADCB (or 0xA8ADCB) is known color: Echo Blue. HEX triplet: A8, AD and CB. RGB value is (168,173,203). Sum of RGB (Red+Green+Blue) = 168+173+203=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADCB is #575234. Grayscale: #AEAEAE. Windows color (decimal): -5722677 or 13348264. OLE color: 13348264.
HSL color Cylindrical-coordinate representation of color #A8ADCB: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8ADCB is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 173 | 203 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.20 |
| HSL | 231.43º | 0.25% | 0.73% | - |
| HSV(B) | 231.43º | 0.17% | 0.8% | - |
| XYZ | 41.87 | 42.52 | 62.5 | - |
| YUV | 174.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 203 | 0.17 | 0.15 | 0 | 0.20 | 231.43 | 0.25 | 0.73 |
| Hex | A8 | AD | CB | 11 | F | 0 | 14 | E7 | 19 | 49 |
| Octal | 250 | 255 | 313 | 21 | 17 | 0 | 24 | 347 | 31 | 111 |
| Binary | 10101000 | 10101101 | 11001011 | 10001 | 1111 | 0 | 10100 | 11100111 | 11001 | 1001001 |
Color Harmonies of #A8ADCB
Complementary color
Monochromatic Colors of #A8ADCB
Black with #A8ADCB
Text Example
Text Example
White with #A8ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADCB; }
p { color: rgb(168,173,203); }
H1.HeaderClassName
{
color: #A8ADCB;
}
.AnyTagClassName
{
color: #A8ADCB;
}
</style>
background-color css
<style>
a { background-color: #A8ADCB; }
a { background-color: rgb(168,173,203); }
div.DivClassName
{
background-color: #A8ADCB;
}
.BgClassName
{
background-color: #A8ADCB;
}
</style>
border-color css
<style>
span { border-color: #A8ADCB; }
span { border-color: rgb(168,173,203); }
td.TdClassName
{
border-color: #A8ADCB;
}
.TagClassName
{
border-color: #A8ADCB;
}
</style>