Html Css Color HEX #ACAECC Echo Blue

📋 copy color: '#ACAECC'

red 172 ◦ green 174 ◦ blue 204

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

Shades of Echo Blue #ACAECC

Tints of Echo Blue #ACAECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 31.27%
G = 31.64%
B = 37.09%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACAECC (or 0xACAECC) is known color: Echo Blue. HEX triplet: AC, AE and CC. RGB value is (172,174,204). Sum of RGB (Red+Green+Blue) = 172+174+204=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACAECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAECC is #535133. Grayscale: #B0B0B0. Windows color (decimal): -5460276 or 13414060. OLE color: 13414060.

HSL color Cylindrical-coordinate representation of color #ACAECC: hue angle of 236.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACAECC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 174 204 -
CMYK 0.16 0.15 0 0.2
HSL 236.25º 0.24% 0.74% -
HSV(B) 236.25º 0.16% 0.8% -
XYZ 43.05 43.4 63.24 -
YUV 176.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 172 174 204 0.16 0.15 0 0.2 236.25 0.24 0.74
Hex AC AE CC 10 F 0 14 EC 18 4A
Octal 254 256 314 20 17 0 24 354 30 112
Binary 10101100 10101110 11001100 10000 1111 0 10100 11101100 11000 1001010

Color Harmonies of #ACAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAECC

Black with #ACAECC

Text Example


Text Example

White with #ACAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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