#ACBFDA

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

Shades of Light Steel Blue #ACBFDA

Tints of Light Steel Blue #ACBFDA

Color information

#ACBFDA (or 0xACBFDA) is unknown color: approx Light Steel Blue. HEX triplet: AC, BF and DA. RGB value is (172,191,218). Sum of RGB (Red+Green+Blue) = 172+191+218=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFDA is #534025. Grayscale: #BCBCBC. Windows color (decimal): -5455910 or 14335916. OLE color: 14335916.

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

Color convert

RGB172191218-
CMYK0.210.1200.15
HSL215.22º38.33%76.47%-
HSV(B)215.22º21.1%85.49%-
XYZ48.351.0973.65-
YUV188.4144.71116.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=29.60%
G=32.87%
B=37.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721912180.210.1200.15215.2238.3376.47
HexACBFDA15C0Fd7264c
Octal254277332251401732746114
Binary10101100101111111101101010101110001111110101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFDA; }

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

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

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

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

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

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

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

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