Shades of Echo Blue #A2B3C6
Tints of Echo Blue #A2B3C6
RGB
CMYK
RGB Variations
Color information
#A2B3C6 (or 0xA2B3C6) is known color: Echo Blue. HEX triplet: A2, B3 and C6. RGB value is (162,179,198). Sum of RGB (Red+Green+Blue) = 162+179+198=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #A2B3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B3C6 is #5D4C39. Grayscale: #AFAFAF. Windows color (decimal): -6114362 or 13022114. OLE color: 13022114.
HSL color Cylindrical-coordinate representation of color #A2B3C6: hue angle of 211.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2B3C6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 179 | 198 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.22 |
| HSL | 211.67º | 0.24% | 0.71% | - |
| HSV(B) | 211.67º | 0.18% | 0.78% | - |
| XYZ | 41.21 | 44 | 59.75 | - |
| YUV | 176.08 | 140.37 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 198 | 0.18 | 0.10 | 0 | 0.22 | 211.67 | 0.24 | 0.71 |
| Hex | A2 | B3 | C6 | 12 | A | 0 | 16 | D4 | 18 | 47 |
| Octal | 242 | 263 | 306 | 22 | 12 | 0 | 26 | 324 | 30 | 107 |
| Binary | 10100010 | 10110011 | 11000110 | 10010 | 1010 | 0 | 10110 | 11010100 | 11000 | 1000111 |
Color Harmonies of #A2B3C6
Complementary color
Monochromatic Colors of #A2B3C6
Black with #A2B3C6
Text Example
Text Example
White with #A2B3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3C6; }
p { color: rgb(162,179,198); }
H1.HeaderClassName
{
color: #A2B3C6;
}
.AnyTagClassName
{
color: #A2B3C6;
}
</style>
background-color css
<style>
a { background-color: #A2B3C6; }
a { background-color: rgb(162,179,198); }
div.DivClassName
{
background-color: #A2B3C6;
}
.BgClassName
{
background-color: #A2B3C6;
}
</style>
border-color css
<style>
span { border-color: #A2B3C6; }
span { border-color: rgb(162,179,198); }
td.TdClassName
{
border-color: #A2B3C6;
}
.TagClassName
{
border-color: #A2B3C6;
}
</style>