#ACBBD7

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

Shades of Light Steel Blue #ACBBD7

Tints of Light Steel Blue #ACBBD7

Color information

#ACBBD7 (or 0xACBBD7) is unknown color: approx Light Steel Blue. HEX triplet: AC, BB and D7. RGB value is (172,187,215). Sum of RGB (Red+Green+Blue) = 172+187+215=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACBBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBD7 is #534428. Grayscale: #B9B9B9. Windows color (decimal): -5456937 or 14138284. OLE color: 14138284.

HSL color Cylindrical-coordinate representation of color #ACBBD7: hue angle of 219.07º 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 #ACBBD7 is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172187215-
CMYK0.20.1300.16
HSL219.07º34.96%75.88%-
HSV(B)219.07º20%84.31%-
XYZ47.0549.2271.31-
YUV185.71144.53118.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=29.97%
G=32.58%
B=37.46%

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
Decimal1721872150.20.1300.16219.0734.9675.88
HexACBBD714D010db234c
Octal254273327241502033343114
Binary101011001011101111010111101001101010000110110111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBD7; }

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

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

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

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

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

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

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

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