#ACC2DC

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

Shades of Light Steel Blue #ACC2DC

Tints of Light Steel Blue #ACC2DC

Color information

#ACC2DC (or 0xACC2DC) is unknown color: approx Light Steel Blue. HEX triplet: AC, C2 and DC. RGB value is (172,194,220). Sum of RGB (Red+Green+Blue) = 172+194+220=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DC is #533D23. Grayscale: #BEBEBE. Windows color (decimal): -5455140 or 14467756. OLE color: 14467756.

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

Color convert

RGB172194220-
CMYK0.220.1200.14
HSL212.5º40.68%76.86%-
HSV(B)212.5º21.82%86.27%-
XYZ49.2252.5275.25-
YUV190.39144.71114.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=29.35%
G=33.11%
B=37.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721942200.220.1200.14212.540.6876.86
HexACC2DC16C0Ed4294d
Octal254302334261401632451115
Binary10101100110000101101110010110110001110110101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2DC; }

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

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

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

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

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

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

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

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