#ACBAD7

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

Shades of Light Steel Blue #ACBAD7

Tints of Light Steel Blue #ACBAD7

Color information

#ACBAD7 (or 0xACBAD7) is unknown color: approx Light Steel Blue. HEX triplet: AC, BA and D7. RGB value is (172,186,215). Sum of RGB (Red+Green+Blue) = 172+186+215=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACBAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAD7 is #534528. Grayscale: #B8B8B8. Windows color (decimal): -5457193 or 14138028. OLE color: 14138028.

HSL color Cylindrical-coordinate representation of color #ACBAD7: hue angle of 220.47º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACBAD7 is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172186215-
CMYK0.20.1300.16
HSL220.47º34.96%75.88%-
HSV(B)220.47º20%84.31%-
XYZ46.8448.7971.24-
YUV185.12144.86118.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=30.02%
G=32.46%
B=37.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721862150.20.1300.16220.4734.9675.88
HexACBAD714D010dc234c
Octal254272327241502033443114
Binary101011001011101011010111101001101010000110111001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAD7; }

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

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

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

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

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

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

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

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