#ACAEBE

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

Shades of Echo Blue #ACAEBE

Tints of Echo Blue #ACAEBE

Color information

#ACAEBE (or 0xACAEBE) is unknown color: approx Echo Blue. HEX triplet: AC, AE and BE. RGB value is (172,174,190). Sum of RGB (Red+Green+Blue) = 172+174+190=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACAEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEBE is #535141. Grayscale: #AFAFAF. Windows color (decimal): -5460290 or 12496556. OLE color: 12496556.

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

Color convert

RGB172174190-
CMYK0.090.0800.25
HSL233.33º12.16%70.98%-
HSV(B)233.33º9.47%74.51%-
XYZ41.4442.7654.78-
YUV175.23136.34125.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=32.09%
G=32.46%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721741900.090.0800.25233.3312.1670.98
HexACAEBE98019e9c47
Octal254256276111003135114107
Binary101011001010111010111110100110000110011110100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEBE; }

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

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

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

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

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

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

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

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