#A6AEDC

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

Shades of Echo Blue #A6AEDC

Tints of Echo Blue #A6AEDC

Color information

#A6AEDC (or 0xA6AEDC) is unknown color: approx Echo Blue. HEX triplet: A6, AE and DC. RGB value is (166,174,220). Sum of RGB (Red+Green+Blue) = 166+174+220=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEDC is #595123. Grayscale: #B0B0B0. Windows color (decimal): -5853476 or 14462630. OLE color: 14462630.

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

Color convert

RGB166174220-
CMYK0.250.2100.14
HSL231.11º43.55%75.69%-
HSV(B)231.11º24.55%86.27%-
XYZ43.7843.5573.81-
YUV176.85152.35120.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=29.64%
G=31.07%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661742200.250.2100.14231.1143.5575.69
HexA6AEDC19150Ee72c4c
Octal246256334312501634754114
Binary101001101010111011011100110011010101110111001111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AEDC; }

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

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

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

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

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

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

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

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