#ACBFDC

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

Shades of Light Steel Blue #ACBFDC

Tints of Light Steel Blue #ACBFDC

Color information

#ACBFDC (or 0xACBFDC) is unknown color: approx Light Steel Blue. HEX triplet: AC, BF and DC. RGB value is (172,191,220). Sum of RGB (Red+Green+Blue) = 172+191+220=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFDC is #534023. Grayscale: #BCBCBC. Windows color (decimal): -5455908 or 14466988. OLE color: 14466988.

HSL color Cylindrical-coordinate representation of color #ACBFDC: hue angle of 216.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBFDC is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172191220-
CMYK0.220.1300.14
HSL216.25º40.68%76.86%-
HSV(B)216.25º21.82%86.27%-
XYZ48.5651.275.03-
YUV188.62145.71116.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=29.50%
G=32.76%
B=37.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721912200.220.1300.14216.2540.6876.86
HexACBFDC16D0Ed8294d
Octal254277334261501633051115
Binary10101100101111111101110010110110101110110110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFDC; }

 p { color: rgb(172,191,220); }

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

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

 a { background-color: rgb(172,191,220); }

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

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

 span { border-color: rgb(172,191,220); }

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