#A2BEDB

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

Shades of Light Steel Blue #A2BEDB

Tints of Light Steel Blue #A2BEDB

Color information

#A2BEDB (or 0xA2BEDB) is unknown color: approx Light Steel Blue. HEX triplet: A2, BE and DB. RGB value is (162,190,219). Sum of RGB (Red+Green+Blue) = 162+190+219=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #A2BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEDB is #5D4124. Grayscale: #B8B8B8. Windows color (decimal): -6111525 or 14401186. OLE color: 14401186.

HSL color Cylindrical-coordinate representation of color #A2BEDB: hue angle of 210.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2BEDB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162190219-
CMYK0.260.1300.14
HSL210.53º44.19%74.71%-
HSV(B)210.53º26.03%85.88%-
XYZ46.149.6274.17-
YUV184.93147.22111.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=28.37%
G=33.27%
B=38.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621902190.260.1300.14210.5344.1974.71
HexA2BEDB1AD0Ed32c4b
Octal242276333321501632354113
Binary10100010101111101101101111010110101110110100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BEDB; }

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

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

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

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

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

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

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

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