#ACBDD9

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

Shades of Light Steel Blue #ACBDD9

Tints of Light Steel Blue #ACBDD9

Color information

#ACBDD9 (or 0xACBDD9) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and D9. RGB value is (172,189,217). Sum of RGB (Red+Green+Blue) = 172+189+217=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD9 is #534226. Grayscale: #BABABA. Windows color (decimal): -5456423 or 14269868. OLE color: 14269868.

HSL color Cylindrical-coordinate representation of color #ACBDD9: hue angle of 217.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACBDD9 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172189217-
CMYK0.210.1300.15
HSL217.33º37.19%76.27%-
HSV(B)217.33º20.74%85.1%-
XYZ47.7450.1872.81-
YUV187.11144.87117.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=29.76%
G=32.70%
B=37.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721892170.210.1300.15217.3337.1976.27
HexACBDD915D0Fd9254c
Octal254275331251501733145114
Binary10101100101111011101100110101110101111110110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDD9; }

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

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

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

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

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

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

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

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