#A2BBD5

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

Shades of Light Steel Blue #A2BBD5

Tints of Light Steel Blue #A2BBD5

Color information

#A2BBD5 (or 0xA2BBD5) is unknown color: approx Light Steel Blue. HEX triplet: A2, BB and D5. RGB value is (162,187,213). Sum of RGB (Red+Green+Blue) = 162+187+213=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #A2BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBD5 is #5D442A. Grayscale: #B6B6B6. Windows color (decimal): -6112299 or 14007202. OLE color: 14007202.

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

Color convert

RGB162187213-
CMYK0.240.1200.16
HSL210.59º37.78%73.53%-
HSV(B)210.59º23.94%83.53%-
XYZ44.6848.0369.87-
YUV182.49145.22113.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.83%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=28.83%
G=33.27%
B=37.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621872130.240.1200.16210.5937.7873.53
HexA2BBD518C010d3264a
Octal242273325301402032346112
Binary101000101011101111010101110001100010000110100111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBD5; }

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

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

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

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

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

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

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

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