#A0B6DC

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

Shades of Echo Blue #A0B6DC

Tints of Echo Blue #A0B6DC

Color information

#A0B6DC (or 0xA0B6DC) is unknown color: approx Echo Blue. HEX triplet: A0, B6 and DC. RGB value is (160,182,220). Sum of RGB (Red+Green+Blue) = 160+182+220=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6DC is #5F4923. Grayscale: #B3B3B3. Windows color (decimal): -6244644 or 14464672. OLE color: 14464672.

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

Color convert

RGB160182220-
CMYK0.270.1700.14
HSL218º46.15%74.51%-
HSV(B)218º27.27%86.27%-
XYZ44.1446.174.28-
YUV179.75150.71113.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.47%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=28.47%
G=32.38%
B=39.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601822200.270.1700.1421846.1574.51
HexA0B6DC1B110Eda2e4b
Octal240266334332101633256113
Binary101000001011011011011100110111000101110110110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6DC; }

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

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

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

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

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

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

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

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