Shades of Echo Blue #A2B1CC
Tints of Echo Blue #A2B1CC
RGB
CMYK
RGB Variations
Color information
#A2B1CC (or 0xA2B1CC) is known color: Echo Blue. HEX triplet: A2, B1 and CC. RGB value is (162,177,204). Sum of RGB (Red+Green+Blue) = 162+177+204=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2B1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1CC is #5D4E33. Grayscale: #AFAFAF. Windows color (decimal): -6114868 or 13414818. OLE color: 13414818.
HSL color Cylindrical-coordinate representation of color #A2B1CC: hue angle of 218.57º 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 #A2B1CC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 177 | 204 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.2 |
| HSL | 218.57º | 0.29% | 0.72% | - |
| HSV(B) | 218.57º | 0.21% | 0.8% | - |
| XYZ | 41.52 | 43.49 | 63.33 | - |
| YUV | 175.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 204 | 0.21 | 0.13 | 0 | 0.2 | 218.57 | 0.29 | 0.72 |
| Hex | A2 | B1 | CC | 15 | D | 0 | 14 | DB | 1D | 48 |
| Octal | 242 | 261 | 314 | 25 | 15 | 0 | 24 | 333 | 35 | 110 |
| Binary | 10100010 | 10110001 | 11001100 | 10101 | 1101 | 0 | 10100 | 11011011 | 11101 | 1001000 |
Color Harmonies of #A2B1CC
Complementary color
Monochromatic Colors of #A2B1CC
Black with #A2B1CC
Text Example
Text Example
White with #A2B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B1CC; }
p { color: rgb(162,177,204); }
H1.HeaderClassName
{
color: #A2B1CC;
}
.AnyTagClassName
{
color: #A2B1CC;
}
</style>
background-color css
<style>
a { background-color: #A2B1CC; }
a { background-color: rgb(162,177,204); }
div.DivClassName
{
background-color: #A2B1CC;
}
.BgClassName
{
background-color: #A2B1CC;
}
</style>
border-color css
<style>
span { border-color: #A2B1CC; }
span { border-color: rgb(162,177,204); }
td.TdClassName
{
border-color: #A2B1CC;
}
.TagClassName
{
border-color: #A2B1CC;
}
</style>