#ACC9DD

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

Shades of Light Steel Blue #ACC9DD

Tints of Light Steel Blue #ACC9DD

Color information

#ACC9DD (or 0xACC9DD) is unknown color: approx Light Steel Blue. HEX triplet: AC, C9 and DD. RGB value is (172,201,221). Sum of RGB (Red+Green+Blue) = 172+201+221=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DD is #533622. Grayscale: #C2C2C2. Windows color (decimal): -5453347 or 14535084. OLE color: 14535084.

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

Color convert

RGB172201221-
CMYK0.220.0900.13
HSL204.49º41.88%77.06%-
HSV(B)204.49º22.17%86.67%-
XYZ50.9555.7676.48-
YUV194.61142.89111.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=28.96%
G=33.84%
B=37.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722012210.220.0900.13204.4941.8877.06
HexACC9DD1690Dcc2a4d
Octal254311335261101531452115
Binary10101100110010011101110110110100101101110011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9DD; }

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

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

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

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

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

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

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

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