Shades of Echo Blue #A0B0CA
Tints of Echo Blue #A0B0CA
RGB
CMYK
RGB Variations
Color information
#A0B0CA (or 0xA0B0CA) is known color: Echo Blue. HEX triplet: A0, B0 and CA. RGB value is (160,176,202). Sum of RGB (Red+Green+Blue) = 160+176+202=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B0CA is #5F4F35. Grayscale: #AEAEAE. Windows color (decimal): -6246198 or 13283488. OLE color: 13283488.
HSL color Cylindrical-coordinate representation of color #A0B0CA: hue angle of 217.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B0CA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 176 | 202 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.21 |
| HSL | 217.14º | 0.28% | 0.71% | - |
| HSV(B) | 217.14º | 0.21% | 0.79% | - |
| XYZ | 40.68 | 42.79 | 61.99 | - |
| YUV | 174.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 202 | 0.21 | 0.13 | 0 | 0.21 | 217.14 | 0.28 | 0.71 |
| Hex | A0 | B0 | CA | 15 | D | 0 | 15 | D9 | 1C | 47 |
| Octal | 240 | 260 | 312 | 25 | 15 | 0 | 25 | 331 | 34 | 107 |
| Binary | 10100000 | 10110000 | 11001010 | 10101 | 1101 | 0 | 10101 | 11011001 | 11100 | 1000111 |
Color Harmonies of #A0B0CA
Complementary color
Monochromatic Colors of #A0B0CA
Black with #A0B0CA
Text Example
Text Example
White with #A0B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B0CA; }
p { color: rgb(160,176,202); }
H1.HeaderClassName
{
color: #A0B0CA;
}
.AnyTagClassName
{
color: #A0B0CA;
}
</style>
background-color css
<style>
a { background-color: #A0B0CA; }
a { background-color: rgb(160,176,202); }
div.DivClassName
{
background-color: #A0B0CA;
}
.BgClassName
{
background-color: #A0B0CA;
}
</style>
border-color css
<style>
span { border-color: #A0B0CA; }
span { border-color: rgb(160,176,202); }
td.TdClassName
{
border-color: #A0B0CA;
}
.TagClassName
{
border-color: #A0B0CA;
}
</style>