Html Css Color HEX #ACB0C3 Echo Blue

📋 copy color: '#ACB0C3'

red 172 ◦ green 176 ◦ blue 195

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

Shades of Echo Blue #ACB0C3

Tints of Echo Blue #ACB0C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 31.68%
G = 32.41%
B = 35.91%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ACB0C3 (or 0xACB0C3) is known color: Echo Blue. HEX triplet: AC, B0 and C3. RGB value is (172,176,195). Sum of RGB (Red+Green+Blue) = 172+176+195=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0C3 is #534F3C. Grayscale: #B0B0B0. Windows color (decimal): -5459773 or 12824748. OLE color: 12824748.

HSL color Cylindrical-coordinate representation of color #ACB0C3: hue angle of 229.57º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB0C3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 176 195 -
CMYK 0.12 0.10 0 0.24
HSL 229.57º 0.16% 0.72% -
HSV(B) 229.57º 0.12% 0.76% -
XYZ 42.39 43.76 57.84 -
YUV 176.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 172 176 195 0.12 0.10 0 0.24 229.57 0.16 0.72
Hex AC B0 C3 C A 0 18 E6 10 48
Octal 254 260 303 14 12 0 30 346 20 110
Binary 10101100 10110000 11000011 1100 1010 0 11000 11100110 10000 1001000

Color Harmonies of #ACB0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0C3

Black with #ACB0C3

Text Example


Text Example

White with #ACB0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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