#ACC2DA

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

Shades of Light Steel Blue #ACC2DA

Tints of Light Steel Blue #ACC2DA

Color information

#ACC2DA (or 0xACC2DA) is unknown color: approx Light Steel Blue. HEX triplet: AC, C2 and DA. RGB value is (172,194,218). Sum of RGB (Red+Green+Blue) = 172+194+218=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2DA is #533D25. Grayscale: #BEBEBE. Windows color (decimal): -5455142 or 14336684. OLE color: 14336684.

HSL color Cylindrical-coordinate representation of color #ACC2DA: hue angle of 211.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC2DA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172194218-
CMYK0.210.1100.15
HSL211.3º38.33%76.47%-
HSV(B)211.3º21.1%85.49%-
XYZ48.9652.4273.87-
YUV190.16143.71115.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=29.45%
G=33.22%
B=37.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721942180.210.1100.15211.338.3376.47
HexACC2DA15B0Fd3264c
Octal254302332251301732346114
Binary10101100110000101101101010101101101111110100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2DA; }

 p { color: rgb(172,194,218); }

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

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

 a { background-color: rgb(172,194,218); }

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

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

 span { border-color: rgb(172,194,218); }

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