Html Css Color HEX #ACB7CF Echo Blue

📋 copy color: '#ACB7CF'

red 172 ◦ green 183 ◦ blue 207

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

Shades of Echo Blue #ACB7CF

Tints of Echo Blue #ACB7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.56%

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

R = 30.6%
G = 32.56%
B = 36.83%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACB7CF (or 0xACB7CF) is known color: Echo Blue. HEX triplet: AC, B7 and CF. RGB value is (172,183,207). Sum of RGB (Red+Green+Blue) = 172+183+207=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CF is #534830. Grayscale: #B6B6B6. Windows color (decimal): -5457969 or 13612972. OLE color: 13612972.

HSL color Cylindrical-coordinate representation of color #ACB7CF: hue angle of 221.14º 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 #ACB7CF is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 183 207 -
CMYK 0.17 0.12 0 0.19
HSL 221.14º 0.27% 0.74% -
HSV(B) 221.14º 0.17% 0.81% -
XYZ 45.21 47.14 65.75 -
YUV 182.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 172 183 207 0.17 0.12 0 0.19 221.14 0.27 0.74
Hex AC B7 CF 11 C 0 13 DD 1B 4A
Octal 254 267 317 21 14 0 23 335 33 112
Binary 10101100 10110111 11001111 10001 1100 0 10011 11011101 11011 1001010

Color Harmonies of #ACB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7CF

Black with #ACB7CF

Text Example


Text Example

White with #ACB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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