#A3B5DB

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

Shades of Echo Blue #A3B5DB

Tints of Echo Blue #A3B5DB

Color information

#A3B5DB (or 0xA3B5DB) is unknown color: approx Echo Blue. HEX triplet: A3, B5 and DB. RGB value is (163,181,219). Sum of RGB (Red+Green+Blue) = 163+181+219=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5DB is #5C4A24. Grayscale: #B3B3B3. Windows color (decimal): -6048293 or 14398883. OLE color: 14398883.

HSL color Cylindrical-coordinate representation of color #A3B5DB: hue angle of 220.71º degrees, saturation: 0.44, 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 #A3B5DB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163181219-
CMYK0.260.1700.14
HSL220.71º43.75%74.9%-
HSV(B)220.71º25.57%85.88%-
XYZ44.4145.9573.55-
YUV179.95150.04115.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.95%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=28.95%
G=32.15%
B=38.90%

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
Decimal1631812190.260.1700.14220.7143.7574.9
HexA3B5DB1A110Edd2c4b
Octal243265333322101633554113
Binary101000111011010111011011110101000101110110111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5DB; }

 p { color: rgb(163,181,219); }

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

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

 a { background-color: rgb(163,181,219); }

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

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

 span { border-color: rgb(163,181,219); }

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