#A4ADDC

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

Shades of Echo Blue #A4ADDC

Tints of Echo Blue #A4ADDC

Color information

#A4ADDC (or 0xA4ADDC) is unknown color: approx Echo Blue. HEX triplet: A4, AD and DC. RGB value is (164,173,220). Sum of RGB (Red+Green+Blue) = 164+173+220=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 173 (67.97% from 255 or 31.06% 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 #A4ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADDC is #5B5223. Grayscale: #AFAFAF. Windows color (decimal): -5984804 or 14462372. OLE color: 14462372.

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

Color convert

RGB164173220-
CMYK0.250.2100.14
HSL230.36º44.44%75.29%-
HSV(B)230.36º25.45%86.27%-
XYZ43.1742.9573.72-
YUV175.67153.02119.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=29.44%
G=31.06%
B=39.50%

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
Decimal1641732200.250.2100.14230.3644.4475.29
HexA4ADDC19150Ee62c4b
Octal244255334312501634654113
Binary101001001010110111011100110011010101110111001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ADDC; }

 p { color: rgb(164,173,220); }

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

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

 a { background-color: rgb(164,173,220); }

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

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

 span { border-color: rgb(164,173,220); }

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