#AAACCF

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

Shades of Echo Blue #AAACCF

Tints of Echo Blue #AAACCF

Color information

#AAACCF (or 0xAAACCF) is unknown color: approx Echo Blue. HEX triplet: AA, AC and CF. RGB value is (170,172,207). Sum of RGB (Red+Green+Blue) = 170+172+207=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACCF is #555330. Grayscale: #AFAFAF. Windows color (decimal): -5591857 or 13610154. OLE color: 13610154.

HSL color Cylindrical-coordinate representation of color #AAACCF: hue angle of 236.76º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAACCF is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170172207-
CMYK0.180.1700.19
HSL236.76º27.82%73.92%-
HSV(B)236.76º17.87%81.18%-
XYZ42.5942.5665-
YUV175.39145.84124.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=30.97%
G=31.33%
B=37.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701722070.180.1700.19236.7627.8273.92
HexAAACCF1211013ed1c4a
Octal252254317222102335534112
Binary101010101010110011001111100101000101001111101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACCF; }

 p { color: rgb(170,172,207); }

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

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

 a { background-color: rgb(170,172,207); }

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

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

 span { border-color: rgb(170,172,207); }

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