Shades of Echo Blue #A8ABCD
Tints of Echo Blue #A8ABCD
RGB
CMYK
RGB Variations
Color information
#A8ABCD (or 0xA8ABCD) is known color: Echo Blue. HEX triplet: A8, AB and CD. RGB value is (168,171,205). Sum of RGB (Red+Green+Blue) = 168+171+205=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABCD is #575432. Grayscale: #ADADAD. Windows color (decimal): -5723187 or 13478824. OLE color: 13478824.
HSL color Cylindrical-coordinate representation of color #A8ABCD: hue angle of 235.14º degrees, saturation: 0.27, 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 #A8ABCD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 171 | 205 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.20 |
| HSL | 235.14º | 0.27% | 0.73% | - |
| HSV(B) | 235.14º | 0.18% | 0.8% | - |
| XYZ | 41.73 | 41.86 | 63.64 | - |
| YUV | 173.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 205 | 0.18 | 0.17 | 0 | 0.20 | 235.14 | 0.27 | 0.73 |
| Hex | A8 | AB | CD | 12 | 11 | 0 | 14 | EB | 1B | 49 |
| Octal | 250 | 253 | 315 | 22 | 21 | 0 | 24 | 353 | 33 | 111 |
| Binary | 10101000 | 10101011 | 11001101 | 10010 | 10001 | 0 | 10100 | 11101011 | 11011 | 1001001 |
Color Harmonies of #A8ABCD
Complementary color
Monochromatic Colors of #A8ABCD
Black with #A8ABCD
Text Example
Text Example
White with #A8ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABCD; }
p { color: rgb(168,171,205); }
H1.HeaderClassName
{
color: #A8ABCD;
}
.AnyTagClassName
{
color: #A8ABCD;
}
</style>
background-color css
<style>
a { background-color: #A8ABCD; }
a { background-color: rgb(168,171,205); }
div.DivClassName
{
background-color: #A8ABCD;
}
.BgClassName
{
background-color: #A8ABCD;
}
</style>
border-color css
<style>
span { border-color: #A8ABCD; }
span { border-color: rgb(168,171,205); }
td.TdClassName
{
border-color: #A8ABCD;
}
.TagClassName
{
border-color: #A8ABCD;
}
</style>