Html Css Color HEX #ACB1C4 Echo Blue

📋 copy color: '#ACB1C4'

red 172 ◦ green 177 ◦ blue 196

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

Shades of Echo Blue #ACB1C4

Tints of Echo Blue #ACB1C4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.48%

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 31.56%
G = 32.48%
B = 35.96%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACB1C4 (or 0xACB1C4) is known color: Echo Blue. HEX triplet: AC, B1 and C4. RGB value is (172,177,196). Sum of RGB (Red+Green+Blue) = 172+177+196=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACB1C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1C4 is #534E3B. Grayscale: #B1B1B1. Windows color (decimal): -5459516 or 12890540. OLE color: 12890540.

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

Color convert

RGB 172 177 196 -
CMYK 0.12 0.10 0 0.23
HSL 227.5º 0.17% 0.72% -
HSV(B) 227.5º 0.12% 0.77% -
XYZ 42.7 44.2 58.51 -
YUV 177.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 172 177 196 0.12 0.10 0 0.23 227.5 0.17 0.72
Hex AC B1 C4 C A 0 17 E4 11 48
Octal 254 261 304 14 12 0 27 344 21 110
Binary 10101100 10110001 11000100 1100 1010 0 10111 11100100 10001 1001000

Color Harmonies of #ACB1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1C4

Black with #ACB1C4

Text Example


Text Example

White with #ACB1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1C4; }

 p { color: rgb(172,177,196); }

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

background-color css

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

 a { background-color: rgb(172,177,196); }

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

border-color css

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

 span { border-color: rgb(172,177,196); }

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