#ACC5DF

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

Shades of Light Steel Blue #ACC5DF

Tints of Light Steel Blue #ACC5DF

Color information

#ACC5DF (or 0xACC5DF) is unknown color: approx Light Steel Blue. HEX triplet: AC, C5 and DF. RGB value is (172,197,223). Sum of RGB (Red+Green+Blue) = 172+197+223=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DF is #533A20. Grayscale: #C0C0C0. Windows color (decimal): -5454369 or 14665132. OLE color: 14665132.

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

Color convert

RGB172197223-
CMYK0.230.1200.13
HSL210.59º44.35%77.45%-
HSV(B)210.59º22.87%87.45%-
XYZ50.354.0377.59-
YUV192.49145.22113.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 197 (77.34% from 255) = 33.28%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=29.05%
G=33.28%
B=37.67%

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
Decimal1721972230.230.1200.13210.5944.3577.45
HexACC5DF17C0Dd32c4d
Octal254305337271401532354115
Binary10101100110001011101111110111110001101110100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5DF; }

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

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

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

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

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

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

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

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