#a2b6dc

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

Shades of Echo Blue #A2B6DC

Tints of Echo Blue #A2B6DC

Color information

#A2B6DC (or 0xA2B6DC) is unknown color: approx Echo Blue. HEX triplet: A2, B6 and DC. RGB value is (162,182,220). Sum of RGB (Red+Green+Blue) = 162+182+220=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 182 (71.48% from 255 or 32.27% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B6DC is #5D4923. Grayscale: #B4B4B4. Windows color (decimal): -6113572 or 14464674. OLE color: 14464674.

HSL color Cylindrical-coordinate representation of color #A2B6DC: hue angle of 219.31º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B6DC is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162182220-
CMYK0.260.1700.14
HSL219.31º45.31%74.9%-
HSV(B)219.31º26.36%86.27%-
XYZ44.5546.374.3-
YUV180.35150.37114.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.72%
GREEN value IS 182 (71.48% from 255) = 32.27%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=28.72%
G=32.27%
B=39.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621822200.260.1700.14219.3145.3174.9
HexA2B6DC1A110Edb2d4b
Octal242266334322101633355113
Binary101000101011011011011100110101000101110110110111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2b6dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2b6dc; }

 p { color: rgb(162,182,220); }

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

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

 a { background-color: rgb(162,182,220); }

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

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

 span { border-color: rgb(162,182,220); }

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