#ACC4DF

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

Shades of Light Steel Blue #ACC4DF

Tints of Light Steel Blue #ACC4DF

Color information

#ACC4DF (or 0xACC4DF) is unknown color: approx Light Steel Blue. HEX triplet: AC, C4 and DF. RGB value is (172,196,223). Sum of RGB (Red+Green+Blue) = 172+196+223=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4DF is #533B20. Grayscale: #BFBFBF. Windows color (decimal): -5454625 or 14664876. OLE color: 14664876.

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

Color convert

RGB172196223-
CMYK0.230.1200.13
HSL211.76º44.35%77.45%-
HSV(B)211.76º22.87%87.45%-
XYZ50.0753.5877.51-
YUV191.9145.55113.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 223 (87.5% from 255) = 37.73%
R=29.10%
G=33.16%
B=37.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721962230.230.1200.13211.7644.3577.45
HexACC4DF17C0Dd42c4d
Octal254304337271401532454115
Binary10101100110001001101111110111110001101110101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4DF; }

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

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

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

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

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

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

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

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