#A6AEDB

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

Shades of Echo Blue #A6AEDB

Tints of Echo Blue #A6AEDB

Color information

#A6AEDB (or 0xA6AEDB) is unknown color: approx Echo Blue. HEX triplet: A6, AE and DB. RGB value is (166,174,219). Sum of RGB (Red+Green+Blue) = 166+174+219=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEDB is #595124. Grayscale: #B0B0B0. Windows color (decimal): -5853477 or 14397094. OLE color: 14397094.

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

Color convert

RGB166174219-
CMYK0.240.2100.14
HSL230.94º42.4%75.49%-
HSV(B)230.94º24.2%85.88%-
XYZ43.6543.4973.11-
YUV176.74151.85120.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=29.70%
G=31.13%
B=39.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661742190.240.2100.14230.9442.475.49
HexA6AEDB18150Ee72a4b
Octal246256333302501634752113
Binary101001101010111011011011110001010101110111001111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEDB; }

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

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

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

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

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

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

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

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