#ACC1E5

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

Shades of Light Steel Blue #ACC1E5

Tints of Light Steel Blue #ACC1E5

Color information

#ACC1E5 (or 0xACC1E5) is unknown color: approx Light Steel Blue. HEX triplet: AC, C1 and E5. RGB value is (172,193,229). Sum of RGB (Red+Green+Blue) = 172+193+229=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACC1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1E5 is #533E1A. Grayscale: #BEBEBE. Windows color (decimal): -5455387 or 15057324. OLE color: 15057324.

HSL color Cylindrical-coordinate representation of color #ACC1E5: hue angle of 217.89º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC1E5 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172193229-
CMYK0.250.1600.10
HSL217.89º52.29%78.63%-
HSV(B)217.89º24.89%89.8%-
XYZ50.2352.5781.63-
YUV190.82149.54114.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 193 (75.78% from 255) = 32.49%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=28.96%
G=32.49%
B=38.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721932290.250.1600.10217.8952.2978.63
HexACC1E519100Ada344f
Octal254301345312001233264117
Binary101011001100000111100101110011000001010110110101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1E5; }

 p { color: rgb(172,193,229); }

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

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

 a { background-color: rgb(172,193,229); }

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

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

 span { border-color: rgb(172,193,229); }

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