#A0AFCC

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

Shades of Echo Blue #A0AFCC

Tints of Echo Blue #A0AFCC

Color information

#A0AFCC (or 0xA0AFCC) is unknown color: approx Echo Blue. HEX triplet: A0, AF and CC. RGB value is (160,175,204). Sum of RGB (Red+Green+Blue) = 160+175+204=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AFCC is #5F5033. Grayscale: #ADADAD. Windows color (decimal): -6246452 or 13414304. OLE color: 13414304.

HSL color Cylindrical-coordinate representation of color #A0AFCC: hue angle of 219.55º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0AFCC is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160175204-
CMYK0.220.1400.2
HSL219.55º30.14%71.37%-
HSV(B)219.55º21.57%80%-
XYZ40.7342.4963.18-
YUV173.82145.03118.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=29.68%
G=32.47%
B=37.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601752040.220.1400.2219.5530.1471.37
HexA0AFCC16E014dc1e47
Octal240257314261602433436107
Binary10100000101011111100110010110111001010011011100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFCC; }

 p { color: rgb(160,175,204); }

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

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

 a { background-color: rgb(160,175,204); }

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

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

 span { border-color: rgb(160,175,204); }

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