Html Css Color HEX #ACADC4 Echo Blue

📋 copy color: '#ACADC4'

red 172 ◦ green 173 ◦ blue 196

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

Shades of Echo Blue #ACADC4

Tints of Echo Blue #ACADC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.23%

R = 31.79%
G = 31.98%
B = 36.23%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACADC4 (or 0xACADC4) is known color: Echo Blue. HEX triplet: AC, AD and C4. RGB value is (172,173,196). Sum of RGB (Red+Green+Blue) = 172+173+196=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC4 is #53523B. Grayscale: #AFAFAF. Windows color (decimal): -5460540 or 12889516. OLE color: 12889516.

HSL color Cylindrical-coordinate representation of color #ACADC4: hue angle of 237.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACADC4 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 173 196 -
CMYK 0.12 0.12 0 0.23
HSL 237.5º 0.17% 0.72% -
HSV(B) 237.5º 0.12% 0.77% -
XYZ 41.92 42.64 58.25 -
YUV 175.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 172 173 196 0.12 0.12 0 0.23 237.5 0.17 0.72
Hex AC AD C4 C C 0 17 EE 11 48
Octal 254 255 304 14 14 0 27 356 21 110
Binary 10101100 10101101 11000100 1100 1100 0 10111 11101110 10001 1001000

Color Harmonies of #ACADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADC4

Black with #ACADC4

Text Example


Text Example

White with #ACADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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