#ACBBD9

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

Shades of Light Steel Blue #ACBBD9

Tints of Light Steel Blue #ACBBD9

Color information

#ACBBD9 (or 0xACBBD9) is unknown color: approx Light Steel Blue. HEX triplet: AC, BB and D9. RGB value is (172,187,217). Sum of RGB (Red+Green+Blue) = 172+187+217=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBD9 is #534426. Grayscale: #B9B9B9. Windows color (decimal): -5456935 or 14269356. OLE color: 14269356.

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

Color convert

RGB172187217-
CMYK0.210.1400.15
HSL220º37.19%76.27%-
HSV(B)220º20.74%85.1%-
XYZ47.3149.3272.67-
YUV185.94145.53118.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=29.86%
G=32.47%
B=37.67%

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
Decimal1721872170.210.1400.1522037.1976.27
HexACBBD915E0Fdc254c
Octal254273331251601733445114
Binary10101100101110111101100110101111001111110111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBD9; }

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

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

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

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

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

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

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

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