#A2B1CD

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

Shades of Echo Blue #A2B1CD

Tints of Echo Blue #A2B1CD

Color information

#A2B1CD (or 0xA2B1CD) is unknown color: approx Echo Blue. HEX triplet: A2, B1 and CD. RGB value is (162,177,205). Sum of RGB (Red+Green+Blue) = 162+177+205=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2B1CD is #5D4E32. Grayscale: #AFAFAF. Windows color (decimal): -6114867 or 13480354. OLE color: 13480354.

HSL color Cylindrical-coordinate representation of color #A2B1CD: hue angle of 219.07º 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 #A2B1CD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162177205-
CMYK0.210.1400.20
HSL219.07º30.07%71.96%-
HSV(B)219.07º20.98%80.39%-
XYZ41.6443.5363.97-
YUV175.71144.53118.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=29.78%
G=32.54%
B=37.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621772050.210.1400.20219.0730.0771.96
HexA2B1CD15E014db1e48
Octal242261315251602433336110
Binary10100010101100011100110110101111001010011011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B1CD; }

 p { color: rgb(162,177,205); }

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

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

 a { background-color: rgb(162,177,205); }

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

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

 span { border-color: rgb(162,177,205); }

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