#ACBDD7

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

Shades of Light Steel Blue #ACBDD7

Tints of Light Steel Blue #ACBDD7

Color information

#ACBDD7 (or 0xACBDD7) is unknown color: approx Light Steel Blue. HEX triplet: AC, BD and D7. RGB value is (172,189,215). Sum of RGB (Red+Green+Blue) = 172+189+215=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD7 is #534228. Grayscale: #BABABA. Windows color (decimal): -5456425 or 14138796. OLE color: 14138796.

HSL color Cylindrical-coordinate representation of color #ACBDD7: hue angle of 216.28º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACBDD7 is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172189215-
CMYK0.20.1200.16
HSL216.28º34.96%75.88%-
HSV(B)216.28º20%84.31%-
XYZ47.4850.0771.45-
YUV186.88143.87117.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=29.86%
G=32.81%
B=37.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721892150.20.1200.16216.2834.9675.88
HexACBDD714C010d8234c
Octal254275327241402033043114
Binary101011001011110111010111101001100010000110110001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDD7; }

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

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

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

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

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

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

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

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