Html Css Color HEX #ACAEC2 Echo Blue

📋 copy color: '#ACAEC2'

red 172 ◦ green 174 ◦ blue 194

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

Shades of Echo Blue #ACAEC2

Tints of Echo Blue #ACAEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 31.85%
G = 32.22%
B = 35.93%

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

#ACAEC2 (or 0xACAEC2) is known color: Echo Blue. HEX triplet: AC, AE and C2. RGB value is (172,174,194). Sum of RGB (Red+Green+Blue) = 172+174+194=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEC2 is #53513D. Grayscale: #AFAFAF. Windows color (decimal): -5460286 or 12758700. OLE color: 12758700.

HSL color Cylindrical-coordinate representation of color #ACAEC2: hue angle of 234.55º degrees, saturation: 0.15, 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 #ACAEC2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 174 194 -
CMYK 0.11 0.10 0 0.24
HSL 234.55º 0.15% 0.72% -
HSV(B) 234.55º 0.11% 0.76% -
XYZ 41.89 42.94 57.12 -
YUV 175.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 172 174 194 0.11 0.10 0 0.24 234.55 0.15 0.72
Hex AC AE C2 B A 0 18 EB F 48
Octal 254 256 302 13 12 0 30 353 17 110
Binary 10101100 10101110 11000010 1011 1010 0 11000 11101011 1111 1001000

Color Harmonies of #ACAEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEC2

Black with #ACAEC2

Text Example


Text Example

White with #ACAEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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