Shades of Echo Blue #A2B2CD
Tints of Echo Blue #A2B2CD
RGB
CMYK
RGB Variations
Color information
#A2B2CD (or 0xA2B2CD) is known color: Echo Blue. HEX triplet: A2, B2 and CD. RGB value is (162,178,205). Sum of RGB (Red+Green+Blue) = 162+178+205=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B2CD is #5D4D32. Grayscale: #B0B0B0. Windows color (decimal): -6114611 or 13480610. OLE color: 13480610.
HSL color Cylindrical-coordinate representation of color #A2B2CD: hue angle of 217.67º degrees, saturation: 0.3, 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 #A2B2CD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 162 | 178 | 205 | - |
CMYK | 0.21 | 0.13 | 0 | 0.20 |
HSL | 217.67º | 0.3% | 0.72% | - |
HSV(B) | 217.67º | 0.21% | 0.8% | - |
XYZ | 41.84 | 43.93 | 64.03 | - |
YUV | 176.29 | 144.2 | 117.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 178 | 205 | 0.21 | 0.13 | 0 | 0.20 | 217.67 | 0.3 | 0.72 |
Hex | A2 | B2 | CD | 15 | D | 0 | 14 | DA | 1E | 48 |
Octal | 242 | 262 | 315 | 25 | 15 | 0 | 24 | 332 | 36 | 110 |
Binary | 10100010 | 10110010 | 11001101 | 10101 | 1101 | 0 | 10100 | 11011010 | 11110 | 1001000 |
Color Harmonies of #A2B2CD
Complementary color
Monochromatic Colors of #A2B2CD
Black with #A2B2CD
Text Example
Text Example
White with #A2B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B2CD; }
p { color: rgb(162,178,205); }
H1.HeaderClassName
{
color: #A2B2CD;
}
.AnyTagClassName
{
color: #A2B2CD;
}
</style>
background-color css
<style>
a { background-color: #A2B2CD; }
a { background-color: rgb(162,178,205); }
div.DivClassName
{
background-color: #A2B2CD;
}
.BgClassName
{
background-color: #A2B2CD;
}
</style>
border-color css
<style>
span { border-color: #A2B2CD; }
span { border-color: rgb(162,178,205); }
td.TdClassName
{
border-color: #A2B2CD;
}
.TagClassName
{
border-color: #A2B2CD;
}
</style>