#A0B2D1

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

Shades of Echo Blue #A0B2D1

Tints of Echo Blue #A0B2D1

Color information

#A0B2D1 (or 0xA0B2D1) is unknown color: approx Echo Blue. HEX triplet: A0, B2 and D1. RGB value is (160,178,209). Sum of RGB (Red+Green+Blue) = 160+178+209=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #A0B2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B2D1 is #5F4D2E. Grayscale: #B0B0B0. Windows color (decimal): -6245679 or 13742752. OLE color: 13742752.

HSL color Cylindrical-coordinate representation of color #A0B2D1: hue angle of 217.96º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0B2D1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160178209-
CMYK0.230.1500.18
HSL217.96º34.75%72.35%-
HSV(B)217.96º23.44%81.96%-
XYZ41.9343.9266.59-
YUV176.15146.54116.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=29.25%
G=32.54%
B=38.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601782090.230.1500.18217.9634.7572.35
HexA0B2D117F012da2348
Octal240262321271702233243110
Binary101000001011001011010001101111111010010110110101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B2D1; }

 p { color: rgb(160,178,209); }

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

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

 a { background-color: rgb(160,178,209); }

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

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

 span { border-color: rgb(160,178,209); }

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