#A0B3DC

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

Shades of Echo Blue #A0B3DC

Tints of Echo Blue #A0B3DC

Color information

#A0B3DC (or 0xA0B3DC) is unknown color: approx Echo Blue. HEX triplet: A0, B3 and DC. RGB value is (160,179,220). Sum of RGB (Red+Green+Blue) = 160+179+220=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B3DC is #5F4C23. Grayscale: #B1B1B1. Windows color (decimal): -6245412 or 14463904. OLE color: 14463904.

HSL color Cylindrical-coordinate representation of color #A0B3DC: hue angle of 221º 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 #A0B3DC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160179220-
CMYK0.270.1900.14
HSL221º46.15%74.51%-
HSV(B)221º27.27%86.27%-
XYZ43.5444.8874.08-
YUV177.99151.71115.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.62%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=28.62%
G=32.02%
B=39.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601792200.270.1900.1422146.1574.51
HexA0B3DC1B130Edd2e4b
Octal240263334332301633556113
Binary101000001011001111011100110111001101110110111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B3DC; }

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

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

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

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

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

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

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

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