#A2BEDF

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

Shades of Light Steel Blue #A2BEDF

Tints of Light Steel Blue #A2BEDF

Color information

#A2BEDF (or 0xA2BEDF) is unknown color: approx Light Steel Blue. HEX triplet: A2, BE and DF. RGB value is (162,190,223). Sum of RGB (Red+Green+Blue) = 162+190+223=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEDF is #5D4120. Grayscale: #B9B9B9. Windows color (decimal): -6111521 or 14663330. OLE color: 14663330.

HSL color Cylindrical-coordinate representation of color #A2BEDF: hue angle of 212.46º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2BEDF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162190223-
CMYK0.270.1500.13
HSL212.46º48.8%75.49%-
HSV(B)212.46º27.35%87.45%-
XYZ46.6349.8476.97-
YUV185.39149.22111.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.17%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=28.17%
G=33.04%
B=38.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621902230.270.1500.13212.4648.875.49
HexA2BEDF1BF0Dd4314b
Octal242276337331701532461113
Binary10100010101111101101111111011111101101110101001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEDF; }

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

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

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

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

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

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

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

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