#ACC1E2

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

Shades of Light Steel Blue #ACC1E2

Tints of Light Steel Blue #ACC1E2

Color information

#ACC1E2 (or 0xACC1E2) is unknown color: approx Light Steel Blue. HEX triplet: AC, C1 and E2. RGB value is (172,193,226). Sum of RGB (Red+Green+Blue) = 172+193+226=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACC1E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1E2 is #533E1D. Grayscale: #BEBEBE. Windows color (decimal): -5455390 or 14860716. OLE color: 14860716.

HSL color Cylindrical-coordinate representation of color #ACC1E2: hue angle of 216.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACC1E2 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172193226-
CMYK0.240.1500.11
HSL216.67º48.21%78.04%-
HSV(B)216.67º23.89%88.63%-
XYZ49.8152.479.44-
YUV190.48148.04114.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 226 (88.67% from 255) = 38.24%
R=29.10%
G=32.66%
B=38.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721932260.240.1500.11216.6748.2178.04
HexACC1E218F0Bd9304e
Octal254301342301701333160116
Binary10101100110000011110001011000111101011110110011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1E2; }

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

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

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

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

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

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

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

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