Html Css Color HEX #ACADC0 Echo Blue

📋 copy color: '#ACADC0'

red 172 ◦ green 173 ◦ blue 192

#ACADC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #ACADC0

Tints of Echo Blue #ACADC0

RGB

 RED value IS 172 (67.58% from 255) = 32.03%

 GREEN value IS 173 (67.97% from 255) = 32.22%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 32.03%
G = 32.22%
B = 35.75%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACADC0 (or 0xACADC0) is known color: Echo Blue. HEX triplet: AC, AD and C0. RGB value is (172,173,192). Sum of RGB (Red+Green+Blue) = 172+173+192=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC0 is #53523F. Grayscale: #AEAEAE. Windows color (decimal): -5460544 or 12627372. OLE color: 12627372.

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

Color convert

RGB 172 173 192 -
CMYK 0.10 0.10 0 0.25
HSL 237º 0.14% 0.71% -
HSV(B) 237º 0.1% 0.75% -
XYZ 41.47 42.46 55.88 -
YUV 174.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 172 173 192 0.10 0.10 0 0.25 237 0.14 0.71
Hex AC AD C0 A A 0 19 ED E 47
Octal 254 255 300 12 12 0 31 355 16 107
Binary 10101100 10101101 11000000 1010 1010 0 11001 11101101 1110 1000111

Color Harmonies of #ACADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADC0

Black with #ACADC0

Text Example


Text Example

White with #ACADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADC0; }

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

 H1.HeaderClassName
 {
   color: #ACADC0;
 }
 .AnyTagClassName
 {
   color: #ACADC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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