#ACC1DD

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

Shades of Light Steel Blue #ACC1DD

Tints of Light Steel Blue #ACC1DD

Color information

#ACC1DD (or 0xACC1DD) is unknown color: approx Light Steel Blue. HEX triplet: AC, C1 and DD. RGB value is (172,193,221). Sum of RGB (Red+Green+Blue) = 172+193+221=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DD is #533E22. Grayscale: #BDBDBD. Windows color (decimal): -5455395 or 14533036. OLE color: 14533036.

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

Color convert

RGB172193221-
CMYK0.220.1300.13
HSL214.29º41.88%77.06%-
HSV(B)214.29º22.17%86.67%-
XYZ49.1352.1375.88-
YUV189.91145.54115.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=29.35%
G=32.94%
B=37.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721932210.220.1300.13214.2941.8877.06
HexACC1DD16D0Dd62a4d
Octal254301335261501532652115
Binary10101100110000011101110110110110101101110101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1DD; }

 p { color: rgb(172,193,221); }

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

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

 a { background-color: rgb(172,193,221); }

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

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

 span { border-color: rgb(172,193,221); }

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