#A2C0E1

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

Shades of Light Steel Blue #A2C0E1

Tints of Light Steel Blue #A2C0E1

Color information

#A2C0E1 (or 0xA2C0E1) is unknown color: approx Light Steel Blue. HEX triplet: A2, C0 and E1. RGB value is (162,192,225). Sum of RGB (Red+Green+Blue) = 162+192+225=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #A2C0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C0E1 is #5D3F1E. Grayscale: #BABABA. Windows color (decimal): -6111007 or 14794914. OLE color: 14794914.

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

Color convert

RGB162192225-
CMYK0.280.1500.12
HSL211.43º51.22%75.88%-
HSV(B)211.43º28%88.24%-
XYZ47.3450.8278.55-
YUV186.79149.56110.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.98%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=27.98%
G=33.16%
B=38.86%

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
Decimal1621922250.280.1500.12211.4351.2275.88
HexA2C0E11CF0Cd3334c
Octal242300341341701432363114
Binary10100010110000001110000111100111101100110100111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C0E1; }

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

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

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

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

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

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

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

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