#ACC4DC

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

Shades of Light Steel Blue #ACC4DC

Tints of Light Steel Blue #ACC4DC

Color information

#ACC4DC (or 0xACC4DC) is unknown color: approx Light Steel Blue. HEX triplet: AC, C4 and DC. RGB value is (172,196,220). Sum of RGB (Red+Green+Blue) = 172+196+220=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4DC is #533B23. Grayscale: #BFBFBF. Windows color (decimal): -5454628 or 14468268. OLE color: 14468268.

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

Color convert

RGB172196220-
CMYK0.220.1100.14
HSL210º40.68%76.86%-
HSV(B)210º21.82%86.27%-
XYZ49.6753.4275.4-
YUV191.56144.05114.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=29.25%
G=33.33%
B=37.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721962200.220.1100.1421040.6876.86
HexACC4DC16B0Ed2294d
Octal254304334261301632251115
Binary10101100110001001101110010110101101110110100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4DC; }

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

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

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

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

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

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

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

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