Shades of Echo Blue #A4ABCB
Tints of Echo Blue #A4ABCB
RGB
CMYK
RGB Variations
Color information
#A4ABCB (or 0xA4ABCB) is known color: Echo Blue. HEX triplet: A4, AB and CB. RGB value is (164,171,203). Sum of RGB (Red+Green+Blue) = 164+171+203=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABCB is #5B5434. Grayscale: #ACACAC. Windows color (decimal): -5985333 or 13347748. OLE color: 13347748.
HSL color Cylindrical-coordinate representation of color #A4ABCB: hue angle of 229.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4ABCB is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 171 | 203 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.20 |
| HSL | 229.23º | 0.27% | 0.72% | - |
| HSV(B) | 229.23º | 0.19% | 0.8% | - |
| XYZ | 40.65 | 41.33 | 62.33 | - |
| YUV | 172.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 203 | 0.19 | 0.16 | 0 | 0.20 | 229.23 | 0.27 | 0.72 |
| Hex | A4 | AB | CB | 13 | 10 | 0 | 14 | E5 | 1B | 48 |
| Octal | 244 | 253 | 313 | 23 | 20 | 0 | 24 | 345 | 33 | 110 |
| Binary | 10100100 | 10101011 | 11001011 | 10011 | 10000 | 0 | 10100 | 11100101 | 11011 | 1001000 |
Color Harmonies of #A4ABCB
Complementary color
Monochromatic Colors of #A4ABCB
Black with #A4ABCB
Text Example
Text Example
White with #A4ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ABCB; }
p { color: rgb(164,171,203); }
H1.HeaderClassName
{
color: #A4ABCB;
}
.AnyTagClassName
{
color: #A4ABCB;
}
</style>
background-color css
<style>
a { background-color: #A4ABCB; }
a { background-color: rgb(164,171,203); }
div.DivClassName
{
background-color: #A4ABCB;
}
.BgClassName
{
background-color: #A4ABCB;
}
</style>
border-color css
<style>
span { border-color: #A4ABCB; }
span { border-color: rgb(164,171,203); }
td.TdClassName
{
border-color: #A4ABCB;
}
.TagClassName
{
border-color: #A4ABCB;
}
</style>