#ACBDDC

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

Shades of Light Steel Blue #ACBDDC

Tints of Light Steel Blue #ACBDDC

Color information

#ACBDDC (or 0xACBDDC) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and DC. RGB value is (172,189,220). Sum of RGB (Red+Green+Blue) = 172+189+220=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDC is #534223. Grayscale: #BBBBBB. Windows color (decimal): -5456420 or 14466476. OLE color: 14466476.

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

Color convert

RGB172189220-
CMYK0.220.1400.14
HSL218.75º40.68%76.86%-
HSV(B)218.75º21.82%86.27%-
XYZ48.1350.3374.89-
YUV187.45146.37116.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=29.60%
G=32.53%
B=37.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721892200.220.1400.14218.7540.6876.86
HexACBDDC16E0Edb294d
Octal254275334261601633351115
Binary10101100101111011101110010110111001110110110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDDC; }

 p { color: rgb(172,189,220); }

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

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

 a { background-color: rgb(172,189,220); }

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

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

 span { border-color: rgb(172,189,220); }

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