#ACAECA

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

Shades of Echo Blue #ACAECA

Tints of Echo Blue #ACAECA

Color information

#ACAECA (or 0xACAECA) is unknown color: approx Echo Blue. HEX triplet: AC, AE and CA. RGB value is (172,174,202). Sum of RGB (Red+Green+Blue) = 172+174+202=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAECA is #535135. Grayscale: #B0B0B0. Windows color (decimal): -5460278 or 13282988. OLE color: 13282988.

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

Color convert

RGB172174202-
CMYK0.150.1400.21
HSL236º22.06%73.33%-
HSV(B)236º14.85%79.22%-
XYZ42.8143.3161.98-
YUV176.59142.34124.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=31.39%
G=31.75%
B=36.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721742020.150.1400.2123622.0673.33
HexACAECAFE015ec1649
Octal254256312171602535426111
Binary1010110010101110110010101111111001010111101100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAECA; }

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

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

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

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

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

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

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

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