#ACC5DD

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

Shades of Light Steel Blue #ACC5DD

Tints of Light Steel Blue #ACC5DD

Color information

#ACC5DD (or 0xACC5DD) is unknown color: approx Light Steel Blue. HEX triplet: AC, C5 and DD. RGB value is (172,197,221). Sum of RGB (Red+Green+Blue) = 172+197+221=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DD is #533A22. Grayscale: #C0C0C0. Windows color (decimal): -5454371 or 14534060. OLE color: 14534060.

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

Color convert

RGB172197221-
CMYK0.220.1100.13
HSL209.39º41.88%77.06%-
HSV(B)209.39º22.17%86.67%-
XYZ50.0353.9276.18-
YUV192.26144.22113.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=29.15%
G=33.39%
B=37.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721972210.220.1100.13209.3941.8877.06
HexACC5DD16B0Dd12a4d
Octal254305335261301532152115
Binary10101100110001011101110110110101101101110100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5DD; }

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

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

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

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

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

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

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

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