#A6ABDC

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

Shades of Echo Blue #A6ABDC

Tints of Echo Blue #A6ABDC

Color information

#A6ABDC (or 0xA6ABDC) is unknown color: approx Echo Blue. HEX triplet: A6, AB and DC. RGB value is (166,171,220). Sum of RGB (Red+Green+Blue) = 166+171+220=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABDC is #595423. Grayscale: #AEAEAE. Windows color (decimal): -5854244 or 14461862. OLE color: 14461862.

HSL color Cylindrical-coordinate representation of color #A6ABDC: hue angle of 234.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6ABDC is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166171220-
CMYK0.250.2200.14
HSL234.44º43.55%75.69%-
HSV(B)234.44º24.55%86.27%-
XYZ43.2142.473.62-
YUV175.09153.34121.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=29.80%
G=30.70%
B=39.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661712200.250.2200.14234.4443.5575.69
HexA6ABDC19160Eea2c4c
Octal246253334312601635254114
Binary101001101010101111011100110011011001110111010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABDC; }

 p { color: rgb(166,171,220); }

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

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

 a { background-color: rgb(166,171,220); }

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

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

 span { border-color: rgb(166,171,220); }

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