#ACC7DC

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

Shades of Light Steel Blue #ACC7DC

Tints of Light Steel Blue #ACC7DC

Color information

#ACC7DC (or 0xACC7DC) is unknown color: approx Light Steel Blue. HEX triplet: AC, C7 and DC. RGB value is (172,199,220). Sum of RGB (Red+Green+Blue) = 172+199+220=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DC is #533823. Grayscale: #C1C1C1. Windows color (decimal): -5453860 or 14469036. OLE color: 14469036.

HSL color Cylindrical-coordinate representation of color #ACC7DC: hue angle of 206.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC7DC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172199220-
CMYK0.220.1000.14
HSL206.25º40.68%76.86%-
HSV(B)206.25º21.82%86.27%-
XYZ50.3554.7875.63-
YUV193.32143.05112.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=29.10%
G=33.67%
B=37.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721992200.220.1000.14206.2540.6876.86
HexACC7DC16A0Ece294d
Octal254307334261201631651115
Binary10101100110001111101110010110101001110110011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7DC; }

 p { color: rgb(172,199,220); }

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

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

 a { background-color: rgb(172,199,220); }

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

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

 span { border-color: rgb(172,199,220); }

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