#ACB8CF

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

Shades of Echo Blue #ACB8CF

Tints of Echo Blue #ACB8CF

Color information

#ACB8CF (or 0xACB8CF) is unknown color: approx Echo Blue. HEX triplet: AC, B8 and CF. RGB value is (172,184,207). Sum of RGB (Red+Green+Blue) = 172+184+207=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8CF is #534730. Grayscale: #B6B6B6. Windows color (decimal): -5457713 or 13613228. OLE color: 13613228.

HSL color Cylindrical-coordinate representation of color #ACB8CF: hue angle of 219.43º degrees, saturation: 0.27, 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 #ACB8CF is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172184207-
CMYK0.170.1100.19
HSL219.43º26.72%74.31%-
HSV(B)219.43º16.91%81.18%-
XYZ45.4247.5665.82-
YUV183.03141.52120.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=30.55%
G=32.68%
B=36.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721842070.170.1100.19219.4326.7274.31
HexACB8CF11B013db1b4a
Octal254270317211302333333112
Binary10101100101110001100111110001101101001111011011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8CF; }

 p { color: rgb(172,184,207); }

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

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

 a { background-color: rgb(172,184,207); }

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

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

 span { border-color: rgb(172,184,207); }

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