Shades of Echo Blue #A2B3D2
Tints of Echo Blue #A2B3D2
RGB
CMYK
RGB Variations
Color information
#A2B3D2 (or 0xA2B3D2) is known color: Echo Blue. HEX triplet: A2, B3 and D2. RGB value is (162,179,210). Sum of RGB (Red+Green+Blue) = 162+179+210=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #A2B3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B3D2 is #5D4C2D. Grayscale: #B1B1B1. Windows color (decimal): -6114350 or 13808546. OLE color: 13808546.
HSL color Cylindrical-coordinate representation of color #A2B3D2: hue angle of 218.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2B3D2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 179 | 210 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.18 |
| HSL | 218.75º | 0.35% | 0.73% | - |
| HSV(B) | 218.75º | 0.23% | 0.82% | - |
| XYZ | 42.65 | 44.57 | 67.33 | - |
| YUV | 177.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 210 | 0.23 | 0.15 | 0 | 0.18 | 218.75 | 0.35 | 0.73 |
| Hex | A2 | B3 | D2 | 17 | F | 0 | 12 | DB | 23 | 49 |
| Octal | 242 | 263 | 322 | 27 | 17 | 0 | 22 | 333 | 43 | 111 |
| Binary | 10100010 | 10110011 | 11010010 | 10111 | 1111 | 0 | 10010 | 11011011 | 100011 | 1001001 |
Color Harmonies of #A2B3D2
Complementary color
Monochromatic Colors of #A2B3D2
Black with #A2B3D2
Text Example
Text Example
White with #A2B3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3D2; }
p { color: rgb(162,179,210); }
H1.HeaderClassName
{
color: #A2B3D2;
}
.AnyTagClassName
{
color: #A2B3D2;
}
</style>
background-color css
<style>
a { background-color: #A2B3D2; }
a { background-color: rgb(162,179,210); }
div.DivClassName
{
background-color: #A2B3D2;
}
.BgClassName
{
background-color: #A2B3D2;
}
</style>
border-color css
<style>
span { border-color: #A2B3D2; }
span { border-color: rgb(162,179,210); }
td.TdClassName
{
border-color: #A2B3D2;
}
.TagClassName
{
border-color: #A2B3D2;
}
</style>