#A2BAD5

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

Shades of Light Steel Blue #A2BAD5

Tints of Light Steel Blue #A2BAD5

Color information

#A2BAD5 (or 0xA2BAD5) is unknown color: approx Light Steel Blue. HEX triplet: A2, BA and D5. RGB value is (162,186,213). Sum of RGB (Red+Green+Blue) = 162+186+213=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #A2BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAD5 is #5D452A. Grayscale: #B5B5B5. Windows color (decimal): -6112555 or 14006946. OLE color: 14006946.

HSL color Cylindrical-coordinate representation of color #A2BAD5: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2BAD5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162186213-
CMYK0.240.1300.16
HSL211.76º37.78%73.53%-
HSV(B)211.76º23.94%83.53%-
XYZ44.4747.669.8-
YUV181.9145.55113.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=28.88%
G=33.16%
B=37.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621862130.240.1300.16211.7637.7873.53
HexA2BAD518D010d4264a
Octal242272325301502032446112
Binary101000101011101011010101110001101010000110101001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAD5; }

 p { color: rgb(162,186,213); }

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

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

 a { background-color: rgb(162,186,213); }

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

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

 span { border-color: rgb(162,186,213); }

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