#A2B3D6

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

Shades of Echo Blue #A2B3D6

Tints of Echo Blue #A2B3D6

Color information

#A2B3D6 (or 0xA2B3D6) is unknown color: approx Echo Blue. HEX triplet: A2, B3 and D6. RGB value is (162,179,214). Sum of RGB (Red+Green+Blue) = 162+179+214=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #A2B3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B3D6 is #5D4C29. Grayscale: #B1B1B1. Windows color (decimal): -6114346 or 14070690. OLE color: 14070690.

HSL color Cylindrical-coordinate representation of color #A2B3D6: hue angle of 220.38º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2B3D6 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162179214-
CMYK0.240.1600.16
HSL220.38º38.81%73.73%-
HSV(B)220.38º24.3%83.92%-
XYZ43.1644.7869.99-
YUV177.91148.37116.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=29.19%
G=32.25%
B=38.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621792140.240.1600.16220.3838.8173.73
HexA2B3D61810010dc274a
Octal242263326302002033447112
Binary1010001010110011110101101100010000010000110111001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B3D6; }

 p { color: rgb(162,179,214); }

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

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

 a { background-color: rgb(162,179,214); }

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

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

 span { border-color: rgb(162,179,214); }

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