Html Css Color HEX #ACB0CC Echo Blue

📋 copy color: '#ACB0CC'

red 172 ◦ green 176 ◦ blue 204

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

Shades of Echo Blue #ACB0CC

Tints of Echo Blue #ACB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

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

R = 31.16%
G = 31.88%
B = 36.96%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ACB0CC (or 0xACB0CC) is known color: Echo Blue. HEX triplet: AC, B0 and CC. RGB value is (172,176,204). Sum of RGB (Red+Green+Blue) = 172+176+204=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CC is #534F33. Grayscale: #B1B1B1. Windows color (decimal): -5459764 or 13414572. OLE color: 13414572.

HSL color Cylindrical-coordinate representation of color #ACB0CC: hue angle of 232.5º 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 #ACB0CC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 176 204 -
CMYK 0.16 0.14 0 0.2
HSL 232.5º 0.24% 0.74% -
HSV(B) 232.5º 0.16% 0.8% -
XYZ 43.44 44.18 63.37 -
YUV 178 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 172 176 204 0.16 0.14 0 0.2 232.5 0.24 0.74
Hex AC B0 CC 10 E 0 14 E8 18 4A
Octal 254 260 314 20 16 0 24 350 30 112
Binary 10101100 10110000 11001100 10000 1110 0 10100 11101000 11000 1001010

Color Harmonies of #ACB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0CC

Black with #ACB0CC

Text Example


Text Example

White with #ACB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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