#ACC8DF

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

Shades of Light Steel Blue #ACC8DF

Tints of Light Steel Blue #ACC8DF

Color information

#ACC8DF (or 0xACC8DF) is unknown color: approx Light Steel Blue. HEX triplet: AC, C8 and DF. RGB value is (172,200,223). Sum of RGB (Red+Green+Blue) = 172+200+223=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8DF is #533720. Grayscale: #C2C2C2. Windows color (decimal): -5453601 or 14665900. OLE color: 14665900.

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

Color convert

RGB172200223-
CMYK0.230.1000.13
HSL207.06º44.35%77.45%-
HSV(B)207.06º22.87%87.45%-
XYZ50.9955.4177.82-
YUV194.25144.22112.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=28.91%
G=33.61%
B=37.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722002230.230.1000.13207.0644.3577.45
HexACC8DF17A0Dcf2c4d
Octal254310337271201531754115
Binary10101100110010001101111110111101001101110011111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8DF; }

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

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

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

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

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

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

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

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