Shades of Echo Blue #A4ADDB
Tints of Echo Blue #A4ADDB
RGB
CMYK
RGB Variations
Color information
#A4ADDB (or 0xA4ADDB) is known color: Echo Blue. HEX triplet: A4, AD and DB. RGB value is (164,173,219). Sum of RGB (Red+Green+Blue) = 164+173+219=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADDB is #5B5224. Grayscale: #AFAFAF. Windows color (decimal): -5984805 or 14396836. OLE color: 14396836.
HSL color Cylindrical-coordinate representation of color #A4ADDB: hue angle of 230.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4ADDB is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 173 | 219 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.14 |
| HSL | 230.18º | 0.43% | 0.75% | - |
| HSV(B) | 230.18º | 0.25% | 0.86% | - |
| XYZ | 43.04 | 42.89 | 73.03 | - |
| YUV | 175.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 219 | 0.25 | 0.21 | 0 | 0.14 | 230.18 | 0.43 | 0.75 |
| Hex | A4 | AD | DB | 19 | 15 | 0 | E | E6 | 2B | 4B |
| Octal | 244 | 255 | 333 | 31 | 25 | 0 | 16 | 346 | 53 | 113 |
| Binary | 10100100 | 10101101 | 11011011 | 11001 | 10101 | 0 | 1110 | 11100110 | 101011 | 1001011 |
Color Harmonies of #A4ADDB
Complementary color
Monochromatic Colors of #A4ADDB
Black with #A4ADDB
Text Example
Text Example
White with #A4ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ADDB; }
p { color: rgb(164,173,219); }
H1.HeaderClassName
{
color: #A4ADDB;
}
.AnyTagClassName
{
color: #A4ADDB;
}
</style>
background-color css
<style>
a { background-color: #A4ADDB; }
a { background-color: rgb(164,173,219); }
div.DivClassName
{
background-color: #A4ADDB;
}
.BgClassName
{
background-color: #A4ADDB;
}
</style>
border-color css
<style>
span { border-color: #A4ADDB; }
span { border-color: rgb(164,173,219); }
td.TdClassName
{
border-color: #A4ADDB;
}
.TagClassName
{
border-color: #A4ADDB;
}
</style>