#AAAFCC

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

Shades of Echo Blue #AAAFCC

Tints of Echo Blue #AAAFCC

Color information

#AAAFCC (or 0xAAAFCC) is unknown color: approx Echo Blue. HEX triplet: AA, AF and CC. RGB value is (170,175,204). Sum of RGB (Red+Green+Blue) = 170+175+204=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFCC is #555033. Grayscale: #B0B0B0. Windows color (decimal): -5591092 or 13414314. OLE color: 13414314.

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

Color convert

RGB170175204-
CMYK0.170.1400.2
HSL231.18º25%73.33%-
HSV(B)231.18º16.67%80%-
XYZ42.8143.5763.28-
YUV176.81143.34123.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=30.97%
G=31.88%
B=37.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701752040.170.1400.2231.182573.33
HexAAAFCC11E014e71949
Octal252257314211602434731111
Binary10101010101011111100110010001111001010011100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFCC; }

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

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

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

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

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

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

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

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