#ACC3DD

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

Shades of Light Steel Blue #ACC3DD

Tints of Light Steel Blue #ACC3DD

Color information

#ACC3DD (or 0xACC3DD) is unknown color: approx Light Steel Blue. HEX triplet: AC, C3 and DD. RGB value is (172,195,221). Sum of RGB (Red+Green+Blue) = 172+195+221=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3DD is #533C22. Grayscale: #BEBEBE. Windows color (decimal): -5454883 or 14533548. OLE color: 14533548.

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

Color convert

RGB172195221-
CMYK0.220.1200.13
HSL211.84º41.88%77.06%-
HSV(B)211.84º22.17%86.67%-
XYZ49.5853.0276.03-
YUV191.09144.88114.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.25%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=29.25%
G=33.16%
B=37.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721952210.220.1200.13211.8441.8877.06
HexACC3DD16C0Dd42a4d
Octal254303335261401532452115
Binary10101100110000111101110110110110001101110101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3DD; }

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

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

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

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

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

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

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

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