#ACBDDB

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

Shades of Light Steel Blue #ACBDDB

Tints of Light Steel Blue #ACBDDB

Color information

#ACBDDB (or 0xACBDDB) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and DB. RGB value is (172,189,219). Sum of RGB (Red+Green+Blue) = 172+189+219=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDB is #534224. Grayscale: #BBBBBB. Windows color (decimal): -5456421 or 14400940. OLE color: 14400940.

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

Color convert

RGB172189219-
CMYK0.210.1400.14
HSL218.3º39.5%76.67%-
HSV(B)218.3º21.46%85.88%-
XYZ4850.2874.19-
YUV187.34145.87117.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=29.66%
G=32.59%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721892190.210.1400.14218.339.576.67
HexACBDDB15E0Eda274d
Octal254275333251601633247115
Binary10101100101111011101101110101111001110110110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDDB; }

 p { color: rgb(172,189,219); }

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

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

 a { background-color: rgb(172,189,219); }

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

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

 span { border-color: rgb(172,189,219); }

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