Shades of Echo Blue #A2B0CB
Tints of Echo Blue #A2B0CB
RGB
CMYK
RGB Variations
Color information
#A2B0CB (or 0xA2B0CB) is known color: Echo Blue. HEX triplet: A2, B0 and CB. RGB value is (162,176,203). Sum of RGB (Red+Green+Blue) = 162+176+203=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0CB is #5D4F34. Grayscale: #AEAEAE. Windows color (decimal): -6115125 or 13349026. OLE color: 13349026.
HSL color Cylindrical-coordinate representation of color #A2B0CB: hue angle of 219.51º degrees, saturation: 0.28, 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 #A2B0CB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 176 | 203 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.20 |
| HSL | 219.51º | 0.28% | 0.72% | - |
| HSV(B) | 219.51º | 0.2% | 0.8% | - |
| XYZ | 41.21 | 43.04 | 62.64 | - |
| YUV | 174.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 203 | 0.20 | 0.13 | 0 | 0.20 | 219.51 | 0.28 | 0.72 |
| Hex | A2 | B0 | CB | 14 | D | 0 | 14 | DC | 1C | 48 |
| Octal | 242 | 260 | 313 | 24 | 15 | 0 | 24 | 334 | 34 | 110 |
| Binary | 10100010 | 10110000 | 11001011 | 10100 | 1101 | 0 | 10100 | 11011100 | 11100 | 1001000 |
Color Harmonies of #A2B0CB
Complementary color
Monochromatic Colors of #A2B0CB
Black with #A2B0CB
Text Example
Text Example
White with #A2B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0CB; }
p { color: rgb(162,176,203); }
H1.HeaderClassName
{
color: #A2B0CB;
}
.AnyTagClassName
{
color: #A2B0CB;
}
</style>
background-color css
<style>
a { background-color: #A2B0CB; }
a { background-color: rgb(162,176,203); }
div.DivClassName
{
background-color: #A2B0CB;
}
.BgClassName
{
background-color: #A2B0CB;
}
</style>
border-color css
<style>
span { border-color: #A2B0CB; }
span { border-color: rgb(162,176,203); }
td.TdClassName
{
border-color: #A2B0CB;
}
.TagClassName
{
border-color: #A2B0CB;
}
</style>