#A4AEDB

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

Shades of Echo Blue #A4AEDB

Tints of Echo Blue #A4AEDB

Color information

#A4AEDB (or 0xA4AEDB) is unknown color: approx Echo Blue. HEX triplet: A4, AE and DB. RGB value is (164,174,219). Sum of RGB (Red+Green+Blue) = 164+174+219=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #A4AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AEDB is #5B5124. Grayscale: #AFAFAF. Windows color (decimal): -5984549 or 14397092. OLE color: 14397092.

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

Color convert

RGB164174219-
CMYK0.250.2100.14
HSL229.09º43.31%75.1%-
HSV(B)229.09º25.11%85.88%-
XYZ43.2343.2873.09-
YUV176.14152.19119.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=29.44%
G=31.24%
B=39.32%

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
Decimal1641742190.250.2100.14229.0943.3175.1
HexA4AEDB19150Ee52b4b
Octal244256333312501634553113
Binary101001001010111011011011110011010101110111001011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AEDB; }

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

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

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

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

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

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

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

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