#A3C0E1

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

Shades of Light Steel Blue #A3C0E1

Tints of Light Steel Blue #A3C0E1

Color information

#A3C0E1 (or 0xA3C0E1) is unknown color: approx Light Steel Blue. HEX triplet: A3, C0 and E1. RGB value is (163,192,225). Sum of RGB (Red+Green+Blue) = 163+192+225=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #A3C0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0E1 is #5C3F1E. Grayscale: #BABABA. Windows color (decimal): -6045471 or 14794915. OLE color: 14794915.

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

Color convert

RGB163192225-
CMYK0.280.1500.12
HSL211.94º50.82%76.08%-
HSV(B)211.94º27.56%88.24%-
XYZ47.5450.9278.56-
YUV187.09149.39110.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.10%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=28.10%
G=33.10%
B=38.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631922250.280.1500.12211.9450.8276.08
HexA3C0E11CF0Cd4334c
Octal243300341341701432463114
Binary10100011110000001110000111100111101100110101001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C0E1; }

 p { color: rgb(163,192,225); }

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

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

 a { background-color: rgb(163,192,225); }

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

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

 span { border-color: rgb(163,192,225); }

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