Html Css Color HEX #ACADC1 Echo Blue

📋 copy color: '#ACADC1'

red 172 ◦ green 173 ◦ blue 193

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

Shades of Echo Blue #ACADC1

Tints of Echo Blue #ACADC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 31.97%
G = 32.16%
B = 35.87%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACADC1 (or 0xACADC1) is known color: Echo Blue. HEX triplet: AC, AD and C1. RGB value is (172,173,193). Sum of RGB (Red+Green+Blue) = 172+173+193=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC1 is #53523E. Grayscale: #AEAEAE. Windows color (decimal): -5460543 or 12692908. OLE color: 12692908.

HSL color Cylindrical-coordinate representation of color #ACADC1: hue angle of 237.14º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACADC1 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 173 193 -
CMYK 0.11 0.10 0 0.24
HSL 237.14º 0.14% 0.72% -
HSV(B) 237.14º 0.11% 0.76% -
XYZ 41.58 42.51 56.47 -
YUV 174.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 172 173 193 0.11 0.10 0 0.24 237.14 0.14 0.72
Hex AC AD C1 B A 0 18 ED E 48
Octal 254 255 301 13 12 0 30 355 16 110
Binary 10101100 10101101 11000001 1011 1010 0 11000 11101101 1110 1001000

Color Harmonies of #ACADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADC1

Black with #ACADC1

Text Example


Text Example

White with #ACADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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