#A0B6DA

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

Shades of Echo Blue #A0B6DA

Tints of Echo Blue #A0B6DA

Color information

#A0B6DA (or 0xA0B6DA) is unknown color: approx Echo Blue. HEX triplet: A0, B6 and DA. RGB value is (160,182,218). Sum of RGB (Red+Green+Blue) = 160+182+218=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0B6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6DA is #5F4925. Grayscale: #B3B3B3. Windows color (decimal): -6244646 or 14333600. OLE color: 14333600.

HSL color Cylindrical-coordinate representation of color #A0B6DA: hue angle of 217.24º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B6DA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160182218-
CMYK0.270.1700.15
HSL217.24º43.94%74.12%-
HSV(B)217.24º26.61%85.49%-
XYZ43.8845.9972.89-
YUV179.53149.71114.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.57%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=28.57%
G=32.5%
B=38.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601822180.270.1700.15217.2443.9474.12
HexA0B6DA1B110Fd92c4a
Octal240266332332101733154112
Binary101000001011011011011010110111000101111110110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6DA; }

 p { color: rgb(160,182,218); }

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

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

 a { background-color: rgb(160,182,218); }

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

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

 span { border-color: rgb(160,182,218); }

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