#A3C1E3

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

Shades of Light Steel Blue #A3C1E3

Tints of Light Steel Blue #A3C1E3

Color information

#A3C1E3 (or 0xA3C1E3) is unknown color: approx Light Steel Blue. HEX triplet: A3, C1 and E3. RGB value is (163,193,227). Sum of RGB (Red+Green+Blue) = 163+193+227=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #A3C1E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1E3 is #5C3E1C. Grayscale: #BBBBBB. Windows color (decimal): -6045213 or 14926243. OLE color: 14926243.

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

Color convert

RGB163193227-
CMYK0.280.1500.11
HSL211.88º53.33%76.47%-
HSV(B)211.88º28.19%89.02%-
XYZ48.0451.4780.08-
YUV187.91150.06110.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.96%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=27.96%
G=33.10%
B=38.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631932270.280.1500.11211.8853.3376.47
HexA3C1E31CF0Bd4354c
Octal243301343341701332465114
Binary10100011110000011110001111100111101011110101001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1E3; }

 p { color: rgb(163,193,227); }

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

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

 a { background-color: rgb(163,193,227); }

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

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

 span { border-color: rgb(163,193,227); }

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