Shades of Echo Blue #A8ACDB
Tints of Echo Blue #A8ACDB
RGB
CMYK
RGB Variations
Color information
#A8ACDB (or 0xA8ACDB) is known color: Echo Blue. HEX triplet: A8, AC and DB. RGB value is (168,172,219). Sum of RGB (Red+Green+Blue) = 168+172+219=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACDB is #575324. Grayscale: #AFAFAF. Windows color (decimal): -5722917 or 14396584. OLE color: 14396584.
HSL color Cylindrical-coordinate representation of color #A8ACDB: hue angle of 235.29º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8ACDB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 172 | 219 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.14 |
| HSL | 235.29º | 0.41% | 0.76% | - |
| HSV(B) | 235.29º | 0.23% | 0.86% | - |
| XYZ | 43.69 | 42.94 | 73 | - |
| YUV | 176.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 219 | 0.23 | 0.21 | 0 | 0.14 | 235.29 | 0.41 | 0.76 |
| Hex | A8 | AC | DB | 17 | 15 | 0 | E | EB | 29 | 4C |
| Octal | 250 | 254 | 333 | 27 | 25 | 0 | 16 | 353 | 51 | 114 |
| Binary | 10101000 | 10101100 | 11011011 | 10111 | 10101 | 0 | 1110 | 11101011 | 101001 | 1001100 |
Color Harmonies of #A8ACDB
Complementary color
Monochromatic Colors of #A8ACDB
Black with #A8ACDB
Text Example
Text Example
White with #A8ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACDB; }
p { color: rgb(168,172,219); }
H1.HeaderClassName
{
color: #A8ACDB;
}
.AnyTagClassName
{
color: #A8ACDB;
}
</style>
background-color css
<style>
a { background-color: #A8ACDB; }
a { background-color: rgb(168,172,219); }
div.DivClassName
{
background-color: #A8ACDB;
}
.BgClassName
{
background-color: #A8ACDB;
}
</style>
border-color css
<style>
span { border-color: #A8ACDB; }
span { border-color: rgb(168,172,219); }
td.TdClassName
{
border-color: #A8ACDB;
}
.TagClassName
{
border-color: #A8ACDB;
}
</style>