#A3AEDB

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

Shades of Echo Blue #A3AEDB

Tints of Echo Blue #A3AEDB

Color information

#A3AEDB (or 0xA3AEDB) is unknown color: approx Echo Blue. HEX triplet: A3, AE and DB. RGB value is (163,174,219). Sum of RGB (Red+Green+Blue) = 163+174+219=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #A3AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3AEDB is #5C5124. Grayscale: #AFAFAF. Windows color (decimal): -6050085 or 14397091. OLE color: 14397091.

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

Color convert

RGB163174219-
CMYK0.260.2100.14
HSL228.21º43.75%74.9%-
HSV(B)228.21º25.57%85.88%-
XYZ43.0343.1773.08-
YUV175.84152.36118.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.32%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=29.32%
G=31.29%
B=39.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631742190.260.2100.14228.2143.7574.9
HexA3AEDB1A150Ee42c4b
Octal243256333322501634454113
Binary101000111010111011011011110101010101110111001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AEDB; }

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

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

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

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

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

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

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

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