#ACC2E5

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

Shades of Light Steel Blue #ACC2E5

Tints of Light Steel Blue #ACC2E5

Color information

#ACC2E5 (or 0xACC2E5) is unknown color: approx Light Steel Blue. HEX triplet: AC, C2 and E5. RGB value is (172,194,229). Sum of RGB (Red+Green+Blue) = 172+194+229=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACC2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2E5 is #533D1A. Grayscale: #BFBFBF. Windows color (decimal): -5455131 or 15057580. OLE color: 15057580.

HSL color Cylindrical-coordinate representation of color #ACC2E5: hue angle of 216.84º 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 #ACC2E5 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172194229-
CMYK0.250.1500.10
HSL216.84º52.29%78.63%-
HSV(B)216.84º24.89%89.8%-
XYZ50.4553.0181.7-
YUV191.41149.21114.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 194 (76.17% from 255) = 32.61%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=28.91%
G=32.61%
B=38.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721942290.250.1500.10216.8452.2978.63
HexACC2E519F0Ad9344f
Octal254302345311701233164117
Binary10101100110000101110010111001111101010110110011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2E5; }

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

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

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

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

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

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

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

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