#ACBDDF

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

Shades of Light Steel Blue #ACBDDF

Tints of Light Steel Blue #ACBDDF

Color information

#ACBDDF (or 0xACBDDF) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and DF. RGB value is (172,189,223). Sum of RGB (Red+Green+Blue) = 172+189+223=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDF is #534220. Grayscale: #BBBBBB. Windows color (decimal): -5456417 or 14663084. OLE color: 14663084.

HSL color Cylindrical-coordinate representation of color #ACBDDF: hue angle of 220º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACBDDF is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172189223-
CMYK0.230.1500.13
HSL220º44.35%77.45%-
HSV(B)220º22.87%87.45%-
XYZ48.5350.4977-
YUV187.79147.87116.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=29.45%
G=32.36%
B=38.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721892230.230.1500.1322044.3577.45
HexACBDDF17F0Ddc2c4d
Octal254275337271701533454115
Binary10101100101111011101111110111111101101110111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDDF; }

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

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

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

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

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

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

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

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