Html Css Color HEX #ACB3D7 Echo Blue

📋 copy color: '#ACB3D7'

red 172 ◦ green 179 ◦ blue 215

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

Shades of Echo Blue #ACB3D7

Tints of Echo Blue #ACB3D7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.63%

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

R = 30.39%
G = 31.63%
B = 37.99%

CMYK

 C value IS 0.2

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACB3D7 (or 0xACB3D7) is known color: Echo Blue. HEX triplet: AC, B3 and D7. RGB value is (172,179,215). Sum of RGB (Red+Green+Blue) = 172+179+215=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACB3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3D7 is #534C28. Grayscale: #B4B4B4. Windows color (decimal): -5458985 or 14136236. OLE color: 14136236.

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

Color convert

RGB 172 179 215 -
CMYK 0.2 0.17 0 0.16
HSL 230.23º 0.35% 0.76% -
HSV(B) 230.23º 0.2% 0.84% -
XYZ 45.4 45.92 70.76 -
YUV 181.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 172 179 215 0.2 0.17 0 0.16 230.23 0.35 0.76
Hex AC B3 D7 14 11 0 10 E6 23 4C
Octal 254 263 327 24 21 0 20 346 43 114
Binary 10101100 10110011 11010111 10100 10001 0 10000 11100110 100011 1001100

Color Harmonies of #ACB3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB3D7

Black with #ACB3D7

Text Example


Text Example

White with #ACB3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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