Html Css Color HEX #ACB5CF Echo Blue

📋 copy color: '#ACB5CF'

red 172 ◦ green 181 ◦ blue 207

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

Shades of Echo Blue #ACB5CF

Tints of Echo Blue #ACB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.32%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 30.71%
G = 32.32%
B = 36.96%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACB5CF (or 0xACB5CF) is known color: Echo Blue. HEX triplet: AC, B5 and CF. RGB value is (172,181,207). Sum of RGB (Red+Green+Blue) = 172+181+207=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5CF is #534A30. Grayscale: #B5B5B5. Windows color (decimal): -5458481 or 13612460. OLE color: 13612460.

HSL color Cylindrical-coordinate representation of color #ACB5CF: hue angle of 224.57º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB5CF is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 181 207 -
CMYK 0.17 0.13 0 0.19
HSL 224.57º 0.27% 0.74% -
HSV(B) 224.57º 0.17% 0.81% -
XYZ 44.8 46.32 65.61 -
YUV 181.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 172 181 207 0.17 0.13 0 0.19 224.57 0.27 0.74
Hex AC B5 CF 11 D 0 13 E1 1B 4A
Octal 254 265 317 21 15 0 23 341 33 112
Binary 10101100 10110101 11001111 10001 1101 0 10011 11100001 11011 1001010

Color Harmonies of #ACB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5CF

Black with #ACB5CF

Text Example


Text Example

White with #ACB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5CF; }

 p { color: rgb(172,181,207); }

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

background-color css

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

 a { background-color: rgb(172,181,207); }

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

border-color css

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

 span { border-color: rgb(172,181,207); }

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