Shades of Echo Blue #A2B0CC
Tints of Echo Blue #A2B0CC
RGB
CMYK
RGB Variations
Color information
#A2B0CC (or 0xA2B0CC) is known color: Echo Blue. HEX triplet: A2, B0 and CC. RGB value is (162,176,204). Sum of RGB (Red+Green+Blue) = 162+176+204=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0CC is #5D4F33. Grayscale: #AEAEAE. Windows color (decimal): -6115124 or 13414562. OLE color: 13414562.
HSL color Cylindrical-coordinate representation of color #A2B0CC: hue angle of 220º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2B0CC is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 176 | 204 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.2 |
| HSL | 220º | 0.29% | 0.72% | - |
| HSV(B) | 220º | 0.21% | 0.8% | - |
| XYZ | 41.32 | 43.09 | 63.27 | - |
| YUV | 175.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 204 | 0.21 | 0.14 | 0 | 0.2 | 220 | 0.29 | 0.72 |
| Hex | A2 | B0 | CC | 15 | E | 0 | 14 | DC | 1D | 48 |
| Octal | 242 | 260 | 314 | 25 | 16 | 0 | 24 | 334 | 35 | 110 |
| Binary | 10100010 | 10110000 | 11001100 | 10101 | 1110 | 0 | 10100 | 11011100 | 11101 | 1001000 |
Color Harmonies of #A2B0CC
Complementary color
Monochromatic Colors of #A2B0CC
Black with #A2B0CC
Text Example
Text Example
White with #A2B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0CC; }
p { color: rgb(162,176,204); }
H1.HeaderClassName
{
color: #A2B0CC;
}
.AnyTagClassName
{
color: #A2B0CC;
}
</style>
background-color css
<style>
a { background-color: #A2B0CC; }
a { background-color: rgb(162,176,204); }
div.DivClassName
{
background-color: #A2B0CC;
}
.BgClassName
{
background-color: #A2B0CC;
}
</style>
border-color css
<style>
span { border-color: #A2B0CC; }
span { border-color: rgb(162,176,204); }
td.TdClassName
{
border-color: #A2B0CC;
}
.TagClassName
{
border-color: #A2B0CC;
}
</style>