#ACBAD9

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

Shades of Light Steel Blue #ACBAD9

Tints of Light Steel Blue #ACBAD9

Color information

#ACBAD9 (or 0xACBAD9) is unknown color: approx Light Steel Blue. HEX triplet: AC, BA and D9. RGB value is (172,186,217). Sum of RGB (Red+Green+Blue) = 172+186+217=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACBAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAD9 is #534526. Grayscale: #B9B9B9. Windows color (decimal): -5457191 or 14269100. OLE color: 14269100.

HSL color Cylindrical-coordinate representation of color #ACBAD9: hue angle of 221.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 #ACBAD9 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172186217-
CMYK0.210.1400.15
HSL221.33º37.19%76.27%-
HSV(B)221.33º20.74%85.1%-
XYZ47.148.972.6-
YUV185.35145.86118.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=29.91%
G=32.35%
B=37.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721862170.210.1400.15221.3337.1976.27
HexACBAD915E0Fdd254c
Octal254272331251601733545114
Binary10101100101110101101100110101111001111110111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAD9; }

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

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

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

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

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

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

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

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