#AAACBF

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

Shades of Echo Blue #AAACBF

Tints of Echo Blue #AAACBF

Color information

#AAACBF (or 0xAAACBF) is unknown color: approx Echo Blue. HEX triplet: AA, AC and BF. RGB value is (170,172,191). Sum of RGB (Red+Green+Blue) = 170+172+191=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACBF is #555340. Grayscale: #ADADAD. Windows color (decimal): -5591873 or 12561578. OLE color: 12561578.

HSL color Cylindrical-coordinate representation of color #AAACBF: hue angle of 234.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAACBF is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170172191-
CMYK0.110.1000.25
HSL234.29º14.09%70.78%-
HSV(B)234.29º10.99%74.9%-
XYZ40.7341.8155.21-
YUV173.57137.84125.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 191 (75% from 255) = 35.83%
R=31.89%
G=32.27%
B=35.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701721910.110.1000.25234.2914.0970.78
HexAAACBFBA019eae47
Octal252254277131203135216107
Binary101010101010110010111111101110100110011110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACBF; }

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

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

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

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

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

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

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

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