#ACAEC9

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

Shades of Echo Blue #ACAEC9

Tints of Echo Blue #ACAEC9

Color information

#ACAEC9 (or 0xACAEC9) is unknown color: approx Echo Blue. HEX triplet: AC, AE and C9. RGB value is (172,174,201). Sum of RGB (Red+Green+Blue) = 172+174+201=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACAEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEC9 is #535136. Grayscale: #B0B0B0. Windows color (decimal): -5460279 or 13217452. OLE color: 13217452.

HSL color Cylindrical-coordinate representation of color #ACAEC9: hue angle of 235.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACAEC9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172174201-
CMYK0.140.1300.21
HSL235.86º21.17%73.14%-
HSV(B)235.86º14.43%78.82%-
XYZ42.6943.2661.36-
YUV176.48141.84124.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 201 (78.91% from 255) = 36.75%
R=31.44%
G=31.81%
B=36.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721742010.140.1300.21235.8621.1773.14
HexACAEC9ED015ec1549
Octal254256311161502535425111
Binary1010110010101110110010011110110101010111101100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEC9; }

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

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

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

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

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

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

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

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