#ACAED8

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

Shades of Echo Blue #ACAED8

Tints of Echo Blue #ACAED8

Color information

#ACAED8 (or 0xACAED8) is unknown color: approx Echo Blue. HEX triplet: AC, AE and D8. RGB value is (172,174,216). Sum of RGB (Red+Green+Blue) = 172+174+216=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACAED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAED8 is #535127. Grayscale: #B2B2B2. Windows color (decimal): -5460264 or 14200492. OLE color: 14200492.

HSL color Cylindrical-coordinate representation of color #ACAED8: hue angle of 237.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACAED8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172174216-
CMYK0.200.1900.15
HSL237.27º36.07%76.08%-
HSV(B)237.27º20.37%84.71%-
XYZ44.544471.11-
YUV178.19149.34123.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=30.60%
G=30.96%
B=38.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721742160.200.1900.15237.2736.0776.08
HexACAED814130Fed244c
Octal254256330242301735544114
Binary101011001010111011011000101001001101111111011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAED8; }

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

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

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

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

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

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

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

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