#ACBCDB

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

Shades of Light Steel Blue #ACBCDB

Tints of Light Steel Blue #ACBCDB

Color information

#ACBCDB (or 0xACBCDB) is unknown color: approx Light Steel Blue. HEX triplet: AC, BC and DB. RGB value is (172,188,219). Sum of RGB (Red+Green+Blue) = 172+188+219=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCDB is #534324. Grayscale: #BABABA. Windows color (decimal): -5456677 or 14400684. OLE color: 14400684.

HSL color Cylindrical-coordinate representation of color #ACBCDB: hue angle of 219.57º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACBCDB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172188219-
CMYK0.210.1400.14
HSL219.57º39.5%76.67%-
HSV(B)219.57º21.46%85.88%-
XYZ47.7849.8574.12-
YUV186.75146.2117.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=29.71%
G=32.47%
B=37.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721882190.210.1400.14219.5739.576.67
HexACBCDB15E0Edc274d
Octal254274333251601633447115
Binary10101100101111001101101110101111001110110111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCDB; }

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

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

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

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

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

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

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

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