#ACBCD8

Color #ACBCD8 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #ACBCD8

Tints of Light Steel Blue #ACBCD8

Color information

#ACBCD8 (or 0xACBCD8) is unknown color: approx Light Steel Blue. HEX triplet: AC, BC and D8. RGB value is (172,188,216). Sum of RGB (Red+Green+Blue) = 172+188+216=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD8 is #534327. Grayscale: #BABABA. Windows color (decimal): -5456680 or 14204076. OLE color: 14204076.

HSL color Cylindrical-coordinate representation of color #ACBCD8: hue angle of 218.18º 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 #ACBCD8 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172188216-
CMYK0.200.1300.15
HSL218.18º36.07%76.08%-
HSV(B)218.18º20.37%84.71%-
XYZ47.3949.6972.06-
YUV186.41144.7117.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=29.86%
G=32.64%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721882160.200.1300.15218.1836.0776.08
HexACBCD814D0Fda244c
Octal254274330241501733244114
Binary10101100101111001101100010100110101111110110101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCD8; }

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

 H1.HeaderClassName
 {
   color: #ACBCD8;
 }
 .AnyTagClassName
 {
   color: #ACBCD8;
 }
</style>
background-color css

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

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

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

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

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

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