#A2B0CA

Color #A2B0CA Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A2B0CA

Tints of Echo Blue #A2B0CA

Color information

#A2B0CA (or 0xA2B0CA) is unknown color: approx Echo Blue. HEX triplet: A2, B0 and CA. RGB value is (162,176,202). Sum of RGB (Red+Green+Blue) = 162+176+202=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B0CA is #5D4F35. Grayscale: #AEAEAE. Windows color (decimal): -6115126 or 13283490. OLE color: 13283490.

HSL color Cylindrical-coordinate representation of color #A2B0CA: hue angle of 219º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2B0CA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162176202-
CMYK0.200.1300.21
HSL219º27.4%71.37%-
HSV(B)219º19.8%79.22%-
XYZ41.094362.01-
YUV174.78143.36118.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=30%
G=32.59%
B=37.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621762020.200.1300.2121927.471.37
HexA2B0CA14D015db1b47
Octal242260312241502533333107
Binary10100010101100001100101010100110101010111011011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B0CA; }

 p { color: rgb(162,176,202); }

 H1.HeaderClassName
 {
   color: #A2B0CA;
 }
 .AnyTagClassName
 {
   color: #A2B0CA;
 }
</style>
background-color css

<style>
 a { background-color: #A2B0CA; }

 a { background-color: rgb(162,176,202); }

 div.DivClassName
 {
   background-color: #A2B0CA;
 }
 .BgClassName
 {
   background-color: #A2B0CA;
 }
</style>
border-color css

<style>
 span { border-color: #A2B0CA; }

 span { border-color: rgb(162,176,202); }

 td.TdClassName
 {
   border-color: #A2B0CA;
 }
 .TagClassName
 {
   border-color: #A2B0CA;
 }
</style>