Html Css Color HEX #ACAEC0 Echo Blue

📋 copy color: '#ACAEC0'

red 172 ◦ green 174 ◦ blue 192

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

Shades of Echo Blue #ACAEC0

Tints of Echo Blue #ACAEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.34%

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

R = 31.97%
G = 32.34%
B = 35.69%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACAEC0 (or 0xACAEC0) is known color: Echo Blue. HEX triplet: AC, AE and C0. RGB value is (172,174,192). Sum of RGB (Red+Green+Blue) = 172+174+192=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEC0 is #53513F. Grayscale: #AFAFAF. Windows color (decimal): -5460288 or 12627628. OLE color: 12627628.

HSL color Cylindrical-coordinate representation of color #ACAEC0: hue angle of 234º 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 #ACAEC0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 174 192 -
CMYK 0.10 0.09 0 0.25
HSL 234º 0.14% 0.71% -
HSV(B) 234º 0.1% 0.75% -
XYZ 41.66 42.85 55.94 -
YUV 175.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 172 174 192 0.10 0.09 0 0.25 234 0.14 0.71
Hex AC AE C0 A 9 0 19 EA E 47
Octal 254 256 300 12 11 0 31 352 16 107
Binary 10101100 10101110 11000000 1010 1001 0 11001 11101010 1110 1000111

Color Harmonies of #ACAEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEC0

Black with #ACAEC0

Text Example


Text Example

White with #ACAEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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