#A6ADC2

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

Shades of Echo Blue #A6ADC2

Tints of Echo Blue #A6ADC2

Color information

#A6ADC2 (or 0xA6ADC2) is unknown color: approx Echo Blue. HEX triplet: A6, AD and C2. RGB value is (166,173,194). Sum of RGB (Red+Green+Blue) = 166+173+194=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #A6ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADC2 is #59523D. Grayscale: #ADADAD. Windows color (decimal): -5853758 or 12758438. OLE color: 12758438.

HSL color Cylindrical-coordinate representation of color #A6ADC2: hue angle of 225º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6ADC2 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166173194-
CMYK0.140.1100.24
HSL225º18.67%70.59%-
HSV(B)225º14.43%76.08%-
XYZ40.4141.8956.99-
YUV173.3139.68122.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=31.14%
G=32.46%
B=36.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661731940.140.1100.2422518.6770.59
HexA6ADC2EB018e11347
Octal246255302161303034123107
Binary1010011010101101110000101110101101100011100001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADC2; }

 p { color: rgb(166,173,194); }

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

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

 a { background-color: rgb(166,173,194); }

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

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

 span { border-color: rgb(166,173,194); }

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