Shades of Echo Blue #A0B5CA
Tints of Echo Blue #A0B5CA
RGB
CMYK
RGB Variations
Color information
#A0B5CA (or 0xA0B5CA) is known color: Echo Blue. HEX triplet: A0, B5 and CA. RGB value is (160,181,202). Sum of RGB (Red+Green+Blue) = 160+181+202=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0B5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B5CA is #5F4A35. Grayscale: #B1B1B1. Windows color (decimal): -6244918 or 13284768. OLE color: 13284768.
HSL color Cylindrical-coordinate representation of color #A0B5CA: hue angle of 210º 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 #A0B5CA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 181 | 202 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.21 |
| HSL | 210º | 0.28% | 0.71% | - |
| HSV(B) | 210º | 0.21% | 0.79% | - |
| XYZ | 41.68 | 44.79 | 62.32 | - |
| YUV | 177.12 | 142.04 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 202 | 0.21 | 0.10 | 0 | 0.21 | 210 | 0.28 | 0.71 |
| Hex | A0 | B5 | CA | 15 | A | 0 | 15 | D2 | 1C | 47 |
| Octal | 240 | 265 | 312 | 25 | 12 | 0 | 25 | 322 | 34 | 107 |
| Binary | 10100000 | 10110101 | 11001010 | 10101 | 1010 | 0 | 10101 | 11010010 | 11100 | 1000111 |
Color Harmonies of #A0B5CA
Complementary color
Monochromatic Colors of #A0B5CA
Black with #A0B5CA
Text Example
Text Example
White with #A0B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5CA; }
p { color: rgb(160,181,202); }
H1.HeaderClassName
{
color: #A0B5CA;
}
.AnyTagClassName
{
color: #A0B5CA;
}
</style>
background-color css
<style>
a { background-color: #A0B5CA; }
a { background-color: rgb(160,181,202); }
div.DivClassName
{
background-color: #A0B5CA;
}
.BgClassName
{
background-color: #A0B5CA;
}
</style>
border-color css
<style>
span { border-color: #A0B5CA; }
span { border-color: rgb(160,181,202); }
td.TdClassName
{
border-color: #A0B5CA;
}
.TagClassName
{
border-color: #A0B5CA;
}
</style>