Html Css Color HEX #ACB9CF Echo Blue

📋 copy color: '#ACB9CF'

red 172 ◦ green 185 ◦ blue 207

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

Shades of Echo Blue #ACB9CF

Tints of Echo Blue #ACB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.8%

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

R = 30.5%
G = 32.8%
B = 36.7%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACB9CF (or 0xACB9CF) is known color: Echo Blue. HEX triplet: AC, B9 and CF. RGB value is (172,185,207). Sum of RGB (Red+Green+Blue) = 172+185+207=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CF is #534630. Grayscale: #B7B7B7. Windows color (decimal): -5457457 or 13613484. OLE color: 13613484.

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

Color convert

RGB 172 185 207 -
CMYK 0.17 0.11 0 0.19
HSL 217.71º 0.27% 0.74% -
HSV(B) 217.71º 0.17% 0.81% -
XYZ 45.62 47.97 65.89 -
YUV 183.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 172 185 207 0.17 0.11 0 0.19 217.71 0.27 0.74
Hex AC B9 CF 11 B 0 13 DA 1B 4A
Octal 254 271 317 21 13 0 23 332 33 112
Binary 10101100 10111001 11001111 10001 1011 0 10011 11011010 11011 1001010

Color Harmonies of #ACB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9CF

Black with #ACB9CF

Text Example


Text Example

White with #ACB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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