#A2BEE3

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

Shades of Light Steel Blue #A2BEE3

Tints of Light Steel Blue #A2BEE3

Color information

#A2BEE3 (or 0xA2BEE3) is unknown color: approx Light Steel Blue. HEX triplet: A2, BE and E3. RGB value is (162,190,227). Sum of RGB (Red+Green+Blue) = 162+190+227=579 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.98% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #A2BEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEE3 is #5D411C. Grayscale: #B9B9B9. Windows color (decimal): -6111517 or 14925474. OLE color: 14925474.

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

Color convert

RGB162190227-
CMYK0.290.1600.11
HSL214.15º53.72%76.27%-
HSV(B)214.15º28.63%89.02%-
XYZ47.1850.0579.85-
YUV185.85151.22110.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.98%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 227 (89.06% from 255) = 39.21%
R=27.98%
G=32.82%
B=39.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621902270.290.1600.11214.1553.7276.27
HexA2BEE31D100Bd6364c
Octal242276343352001332666114
Binary101000101011111011100011111011000001011110101101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEE3; }

 p { color: rgb(162,190,227); }

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

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

 a { background-color: rgb(162,190,227); }

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

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

 span { border-color: rgb(162,190,227); }

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