Html Css Color HEX #ACB4D8 Echo Blue

📋 copy color: '#ACB4D8'

red 172 ◦ green 180 ◦ blue 216

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

Shades of Echo Blue #ACB4D8

Tints of Echo Blue #ACB4D8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.69%

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 30.28%
G = 31.69%
B = 38.03%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACB4D8 (or 0xACB4D8) is known color: Echo Blue. HEX triplet: AC, B4 and D8. RGB value is (172,180,216). Sum of RGB (Red+Green+Blue) = 172+180+216=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACB4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4D8 is #534B27. Grayscale: #B5B5B5. Windows color (decimal): -5458728 or 14202028. OLE color: 14202028.

HSL color Cylindrical-coordinate representation of color #ACB4D8: hue angle of 229.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB4D8 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 180 216 -
CMYK 0.20 0.17 0 0.15
HSL 229.09º 0.36% 0.76% -
HSV(B) 229.09º 0.2% 0.85% -
XYZ 45.73 46.37 71.51 -
YUV 181.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 172 180 216 0.20 0.17 0 0.15 229.09 0.36 0.76
Hex AC B4 D8 14 11 0 F E5 24 4C
Octal 254 264 330 24 21 0 17 345 44 114
Binary 10101100 10110100 11011000 10100 10001 0 1111 11100101 100100 1001100

Color Harmonies of #ACB4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB4D8

Black with #ACB4D8

Text Example


Text Example

White with #ACB4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB4D8; }

 p { color: rgb(172,180,216); }

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

background-color css

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

 a { background-color: rgb(172,180,216); }

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

border-color css

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

 span { border-color: rgb(172,180,216); }

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