Shades of Echo Blue #A4AFCD
Tints of Echo Blue #A4AFCD
RGB
CMYK
RGB Variations
Color information
#A4AFCD (or 0xA4AFCD) is known color: Echo Blue. HEX triplet: A4, AF and CD. RGB value is (164,175,205). Sum of RGB (Red+Green+Blue) = 164+175+205=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 175 (68.75% from 255 or 32.17% 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 #A4AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AFCD is #5B5032. Grayscale: #AFAFAF. Windows color (decimal): -5984307 or 13479844. OLE color: 13479844.
HSL color Cylindrical-coordinate representation of color #A4AFCD: hue angle of 223.9º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4AFCD is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 175 | 205 | - |
| CMYK | 0.2 | 0.15 | 0 | 0.20 |
| HSL | 223.9º | 0.29% | 0.72% | - |
| HSV(B) | 223.9º | 0.2% | 0.8% | - |
| XYZ | 41.66 | 42.96 | 63.85 | - |
| YUV | 175.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 175 | 205 | 0.2 | 0.15 | 0 | 0.20 | 223.9 | 0.29 | 0.72 |
| Hex | A4 | AF | CD | 14 | F | 0 | 14 | E0 | 1D | 48 |
| Octal | 244 | 257 | 315 | 24 | 17 | 0 | 24 | 340 | 35 | 110 |
| Binary | 10100100 | 10101111 | 11001101 | 10100 | 1111 | 0 | 10100 | 11100000 | 11101 | 1001000 |
Color Harmonies of #A4AFCD
Complementary color
Monochromatic Colors of #A4AFCD
Black with #A4AFCD
Text Example
Text Example
White with #A4AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AFCD; }
p { color: rgb(164,175,205); }
H1.HeaderClassName
{
color: #A4AFCD;
}
.AnyTagClassName
{
color: #A4AFCD;
}
</style>
background-color css
<style>
a { background-color: #A4AFCD; }
a { background-color: rgb(164,175,205); }
div.DivClassName
{
background-color: #A4AFCD;
}
.BgClassName
{
background-color: #A4AFCD;
}
</style>
border-color css
<style>
span { border-color: #A4AFCD; }
span { border-color: rgb(164,175,205); }
td.TdClassName
{
border-color: #A4AFCD;
}
.TagClassName
{
border-color: #A4AFCD;
}
</style>