Shades of Echo Blue #A4B0D1
Tints of Echo Blue #A4B0D1
RGB
CMYK
RGB Variations
Color information
#A4B0D1 (or 0xA4B0D1) is known color: Echo Blue. HEX triplet: A4, B0 and D1. RGB value is (164,176,209). Sum of RGB (Red+Green+Blue) = 164+176+209=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #A4B0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B0D1 is #5B4F2E. Grayscale: #B0B0B0. Windows color (decimal): -5984047 or 13742244. OLE color: 13742244.
HSL color Cylindrical-coordinate representation of color #A4B0D1: hue angle of 224º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4B0D1 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 176 | 209 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.18 |
| HSL | 224º | 0.33% | 0.73% | - |
| HSV(B) | 224º | 0.22% | 0.82% | - |
| XYZ | 42.34 | 43.55 | 66.5 | - |
| YUV | 176.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 209 | 0.22 | 0.16 | 0 | 0.18 | 224 | 0.33 | 0.73 |
| Hex | A4 | B0 | D1 | 16 | 10 | 0 | 12 | E0 | 21 | 49 |
| Octal | 244 | 260 | 321 | 26 | 20 | 0 | 22 | 340 | 41 | 111 |
| Binary | 10100100 | 10110000 | 11010001 | 10110 | 10000 | 0 | 10010 | 11100000 | 100001 | 1001001 |
Color Harmonies of #A4B0D1
Complementary color
Monochromatic Colors of #A4B0D1
Black with #A4B0D1
Text Example
Text Example
White with #A4B0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0D1; }
p { color: rgb(164,176,209); }
H1.HeaderClassName
{
color: #A4B0D1;
}
.AnyTagClassName
{
color: #A4B0D1;
}
</style>
background-color css
<style>
a { background-color: #A4B0D1; }
a { background-color: rgb(164,176,209); }
div.DivClassName
{
background-color: #A4B0D1;
}
.BgClassName
{
background-color: #A4B0D1;
}
</style>
border-color css
<style>
span { border-color: #A4B0D1; }
span { border-color: rgb(164,176,209); }
td.TdClassName
{
border-color: #A4B0D1;
}
.TagClassName
{
border-color: #A4B0D1;
}
</style>