#ACC3DC

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

Shades of Light Steel Blue #ACC3DC

Tints of Light Steel Blue #ACC3DC

Color information

#ACC3DC (or 0xACC3DC) is unknown color: approx Light Steel Blue. HEX triplet: AC, C3 and DC. RGB value is (172,195,220). Sum of RGB (Red+Green+Blue) = 172+195+220=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3DC is #533C23. Grayscale: #BEBEBE. Windows color (decimal): -5454884 or 14468012. OLE color: 14468012.

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

Color convert

RGB172195220-
CMYK0.220.1100.14
HSL211.25º40.68%76.86%-
HSV(B)211.25º21.82%86.27%-
XYZ49.4552.9775.33-
YUV190.97144.38114.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=29.30%
G=33.22%
B=37.48%

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
Decimal1721952200.220.1100.14211.2540.6876.86
HexACC3DC16B0Ed3294d
Octal254303334261301632351115
Binary10101100110000111101110010110101101110110100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3DC; }

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

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

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

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

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

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

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

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