#ACAEC1

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

Shades of Echo Blue #ACAEC1

Tints of Echo Blue #ACAEC1

Color information

#ACAEC1 (or 0xACAEC1) is unknown color: approx Echo Blue. HEX triplet: AC, AE and C1. RGB value is (172,174,193). Sum of RGB (Red+Green+Blue) = 172+174+193=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEC1 is #53513E. Grayscale: #AFAFAF. Windows color (decimal): -5460287 or 12693164. OLE color: 12693164.

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

Color convert

RGB172174193-
CMYK0.110.1000.24
HSL234.29º14.48%71.57%-
HSV(B)234.29º10.88%75.69%-
XYZ41.7742.8956.53-
YUV175.57137.84125.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=31.91%
G=32.28%
B=35.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721741930.110.1000.24234.2914.4871.57
HexACAEC1BA018eae48
Octal254256301131203035216110
Binary101011001010111011000001101110100110001110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEC1; }

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

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

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

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

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

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

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

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