#ACC1DE

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

Shades of Light Steel Blue #ACC1DE

Tints of Light Steel Blue #ACC1DE

Color information

#ACC1DE (or 0xACC1DE) is unknown color: approx Light Steel Blue. HEX triplet: AC, C1 and DE. RGB value is (172,193,222). Sum of RGB (Red+Green+Blue) = 172+193+222=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACC1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DE is #533E21. Grayscale: #BDBDBD. Windows color (decimal): -5455394 or 14598572. OLE color: 14598572.

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

Color convert

RGB172193222-
CMYK0.230.1300.13
HSL214.8º43.1%77.25%-
HSV(B)214.8º22.52%87.06%-
XYZ49.2752.1876.58-
YUV190.03146.04115.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=29.30%
G=32.88%
B=37.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721932220.230.1300.13214.843.177.25
HexACC1DE17D0Dd72b4d
Octal254301336271501532753115
Binary10101100110000011101111010111110101101110101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1DE; }

 p { color: rgb(172,193,222); }

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

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

 a { background-color: rgb(172,193,222); }

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

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

 span { border-color: rgb(172,193,222); }

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