#ACC2DD

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

Shades of Light Steel Blue #ACC2DD

Tints of Light Steel Blue #ACC2DD

Color information

#ACC2DD (or 0xACC2DD) is unknown color: approx Light Steel Blue. HEX triplet: AC, C2 and DD. RGB value is (172,194,221). Sum of RGB (Red+Green+Blue) = 172+194+221=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DD is #533D22. Grayscale: #BEBEBE. Windows color (decimal): -5455139 or 14533292. OLE color: 14533292.

HSL color Cylindrical-coordinate representation of color #ACC2DD: hue angle of 213.06º 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 #ACC2DD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172194221-
CMYK0.220.1200.13
HSL213.06º41.88%77.06%-
HSV(B)213.06º22.17%86.67%-
XYZ49.3652.5775.95-
YUV190.5145.21114.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=29.30%
G=33.05%
B=37.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721942210.220.1200.13213.0641.8877.06
HexACC2DD16C0Dd52a4d
Octal254302335261401532552115
Binary10101100110000101101110110110110001101110101011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2DD; }

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

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

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

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

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

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

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

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