#ACB5CE

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

Shades of Echo Blue #ACB5CE

Tints of Echo Blue #ACB5CE

Color information

#ACB5CE (or 0xACB5CE) is unknown color: approx Echo Blue. HEX triplet: AC, B5 and CE. RGB value is (172,181,206). Sum of RGB (Red+Green+Blue) = 172+181+206=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACB5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5CE is #534A31. Grayscale: #B5B5B5. Windows color (decimal): -5458482 or 13546924. OLE color: 13546924.

HSL color Cylindrical-coordinate representation of color #ACB5CE: hue angle of 224.12º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB5CE is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172181206-
CMYK0.170.1200.19
HSL224.12º25.76%74.12%-
HSV(B)224.12º16.5%80.78%-
XYZ44.6846.2764.97-
YUV181.16142.02121.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=30.77%
G=32.38%
B=36.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721812060.170.1200.19224.1225.7674.12
HexACB5CE11C013e01a4a
Octal254265316211402334032112
Binary10101100101101011100111010001110001001111100000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5CE; }

 p { color: rgb(172,181,206); }

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

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

 a { background-color: rgb(172,181,206); }

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

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

 span { border-color: rgb(172,181,206); }

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