Shades of Echo Blue #A2B3C5
Tints of Echo Blue #A2B3C5
RGB
CMYK
RGB Variations
Color information
#A2B3C5 (or 0xA2B3C5) is known color: Echo Blue. HEX triplet: A2, B3 and C5. RGB value is (162,179,197). Sum of RGB (Red+Green+Blue) = 162+179+197=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #A2B3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B3C5 is #5D4C3A. Grayscale: #AFAFAF. Windows color (decimal): -6114363 or 12956578. OLE color: 12956578.
HSL color Cylindrical-coordinate representation of color #A2B3C5: hue angle of 210.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2B3C5 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 179 | 197 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.23 |
| HSL | 210.86º | 0.23% | 0.7% | - |
| HSV(B) | 210.86º | 0.18% | 0.77% | - |
| XYZ | 41.1 | 43.95 | 59.14 | - |
| YUV | 175.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 197 | 0.18 | 0.09 | 0 | 0.23 | 210.86 | 0.23 | 0.7 |
| Hex | A2 | B3 | C5 | 12 | 9 | 0 | 17 | D3 | 17 | 46 |
| Octal | 242 | 263 | 305 | 22 | 11 | 0 | 27 | 323 | 27 | 106 |
| Binary | 10100010 | 10110011 | 11000101 | 10010 | 1001 | 0 | 10111 | 11010011 | 10111 | 1000110 |
Color Harmonies of #A2B3C5
Complementary color
Monochromatic Colors of #A2B3C5
Black with #A2B3C5
Text Example
Text Example
White with #A2B3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3C5; }
p { color: rgb(162,179,197); }
H1.HeaderClassName
{
color: #A2B3C5;
}
.AnyTagClassName
{
color: #A2B3C5;
}
</style>
background-color css
<style>
a { background-color: #A2B3C5; }
a { background-color: rgb(162,179,197); }
div.DivClassName
{
background-color: #A2B3C5;
}
.BgClassName
{
background-color: #A2B3C5;
}
</style>
border-color css
<style>
span { border-color: #A2B3C5; }
span { border-color: rgb(162,179,197); }
td.TdClassName
{
border-color: #A2B3C5;
}
.TagClassName
{
border-color: #A2B3C5;
}
</style>