#ACBDD8

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

Shades of Light Steel Blue #ACBDD8

Tints of Light Steel Blue #ACBDD8

Color information

#ACBDD8 (or 0xACBDD8) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and D8. RGB value is (172,189,216). Sum of RGB (Red+Green+Blue) = 172+189+216=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD8 is #534227. Grayscale: #BABABA. Windows color (decimal): -5456424 or 14204332. OLE color: 14204332.

HSL color Cylindrical-coordinate representation of color #ACBDD8: hue angle of 216.82º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACBDD8 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172189216-
CMYK0.200.1200.15
HSL216.82º36.07%76.08%-
HSV(B)216.82º20.37%84.71%-
XYZ47.6150.1272.13-
YUV186.99144.37117.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=29.81%
G=32.76%
B=37.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721892160.200.1200.15216.8236.0776.08
HexACBDD814C0Fd9244c
Octal254275330241401733144114
Binary10101100101111011101100010100110001111110110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDD8; }

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

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

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

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

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

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

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

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