Html Css Color HEX #ACB5D7 Echo Blue

📋 copy color: '#ACB5D7'

red 172 ◦ green 181 ◦ blue 215

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

Shades of Echo Blue #ACB5D7

Tints of Echo Blue #ACB5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 30.28%
G = 31.87%
B = 37.85%

CMYK

 C value IS 0.2

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACB5D7 (or 0xACB5D7) is known color: Echo Blue. HEX triplet: AC, B5 and D7. RGB value is (172,181,215). Sum of RGB (Red+Green+Blue) = 172+181+215=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACB5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5D7 is #534A28. Grayscale: #B6B6B6. Windows color (decimal): -5458473 or 14136748. OLE color: 14136748.

HSL color Cylindrical-coordinate representation of color #ACB5D7: hue angle of 227.44º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB5D7 is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 181 215 -
CMYK 0.2 0.16 0 0.16
HSL 227.44º 0.35% 0.76% -
HSV(B) 227.44º 0.2% 0.84% -
XYZ 45.8 46.72 70.89 -
YUV 182.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 172 181 215 0.2 0.16 0 0.16 227.44 0.35 0.76
Hex AC B5 D7 14 10 0 10 E3 23 4C
Octal 254 265 327 24 20 0 20 343 43 114
Binary 10101100 10110101 11010111 10100 10000 0 10000 11100011 100011 1001100

Color Harmonies of #ACB5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5D7

Black with #ACB5D7

Text Example


Text Example

White with #ACB5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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