#A3B5D7

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

Shades of Echo Blue #A3B5D7

Tints of Echo Blue #A3B5D7

Color information

#A3B5D7 (or 0xA3B5D7) is unknown color: approx Echo Blue. HEX triplet: A3, B5 and D7. RGB value is (163,181,215). Sum of RGB (Red+Green+Blue) = 163+181+215=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #A3B5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5D7 is #5C4A28. Grayscale: #B3B3B3. Windows color (decimal): -6048297 or 14136739. OLE color: 14136739.

HSL color Cylindrical-coordinate representation of color #A3B5D7: hue angle of 219.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B5D7 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163181215-
CMYK0.240.1600.16
HSL219.23º39.39%74.12%-
HSV(B)219.23º24.19%84.31%-
XYZ43.8945.7470.81-
YUV179.49148.04116.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.16%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=29.16%
G=32.38%
B=38.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631812150.240.1600.16219.2339.3974.12
HexA3B5D71810010db274a
Octal243265327302002033347112
Binary1010001110110101110101111100010000010000110110111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B5D7; }

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

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

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

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

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

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

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

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