#ACAEBF

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

Shades of Echo Blue #ACAEBF

Tints of Echo Blue #ACAEBF

Color information

#ACAEBF (or 0xACAEBF) is unknown color: approx Echo Blue. HEX triplet: AC, AE and BF. RGB value is (172,174,191). Sum of RGB (Red+Green+Blue) = 172+174+191=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEBF is #535140. Grayscale: #AFAFAF. Windows color (decimal): -5460289 or 12562092. OLE color: 12562092.

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

Color convert

RGB172174191-
CMYK0.100.0900.25
HSL233.68º12.93%71.18%-
HSV(B)233.68º9.95%74.9%-
XYZ41.5542.855.36-
YUV175.34136.84125.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 191 (75% from 255) = 35.57%
R=32.03%
G=32.40%
B=35.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721741910.100.0900.25233.6812.9371.18
HexACAEBFA9019ead47
Octal254256277121103135215107
Binary101011001010111010111111101010010110011110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEBF; }

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

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

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

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

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

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

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

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