#A5ADDC

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

Shades of Echo Blue #A5ADDC

Tints of Echo Blue #A5ADDC

Color information

#A5ADDC (or 0xA5ADDC) is unknown color: approx Echo Blue. HEX triplet: A5, AD and DC. RGB value is (165,173,220). Sum of RGB (Red+Green+Blue) = 165+173+220=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADDC is #5A5223. Grayscale: #AFAFAF. Windows color (decimal): -5919268 or 14462373. OLE color: 14462373.

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

Color convert

RGB165173220-
CMYK0.250.2100.14
HSL231.27º44%75.49%-
HSV(B)231.27º25%86.27%-
XYZ43.3843.0573.73-
YUV175.97152.85120.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=29.57%
G=31.00%
B=39.43%

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
Decimal1651732200.250.2100.14231.274475.49
HexA5ADDC19150Ee72c4b
Octal245255334312501634754113
Binary101001011010110111011100110011010101110111001111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ADDC; }

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

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

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

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

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

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

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

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