#ACADBE

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

Shades of Echo Blue #ACADBE

Tints of Echo Blue #ACADBE

Color information

#ACADBE (or 0xACADBE) is unknown color: approx Echo Blue. HEX triplet: AC, AD and BE. RGB value is (172,173,190). Sum of RGB (Red+Green+Blue) = 172+173+190=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADBE is #535241. Grayscale: #AEAEAE. Windows color (decimal): -5460546 or 12496300. OLE color: 12496300.

HSL color Cylindrical-coordinate representation of color #ACADBE: hue angle of 236.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACADBE is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172173190-
CMYK0.090.0900.25
HSL236.67º12.16%70.98%-
HSV(B)236.67º9.47%74.51%-
XYZ41.2542.3854.72-
YUV174.64136.67126.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=32.15%
G=32.34%
B=35.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721731900.090.0900.25236.6712.1670.98
HexACADBE99019edc47
Octal254255276111103135514107
Binary101011001010110110111110100110010110011110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADBE; }

 p { color: rgb(172,173,190); }

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

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

 a { background-color: rgb(172,173,190); }

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

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

 span { border-color: rgb(172,173,190); }

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