#A2BDDE

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

Shades of Light Steel Blue #A2BDDE

Tints of Light Steel Blue #A2BDDE

Color information

#A2BDDE (or 0xA2BDDE) is unknown color: approx Light Steel Blue. HEX triplet: A2, BD and DE. RGB value is (162,189,222). Sum of RGB (Red+Green+Blue) = 162+189+222=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDDE is #5D4221. Grayscale: #B8B8B8. Windows color (decimal): -6111778 or 14597538. OLE color: 14597538.

HSL color Cylindrical-coordinate representation of color #A2BDDE: hue angle of 213º degrees, saturation: 0.48, 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 #A2BDDE is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162189222-
CMYK0.270.1500.13
HSL213º47.62%75.29%-
HSV(B)213º27.03%87.06%-
XYZ46.2849.3576.19-
YUV184.69149.05111.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.27%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=28.27%
G=32.98%
B=38.74%

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
Decimal1621892220.270.1500.1321347.6275.29
HexA2BDDE1BF0Dd5304b
Octal242275336331701532560113
Binary10100010101111011101111011011111101101110101011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDDE; }

 p { color: rgb(162,189,222); }

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

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

 a { background-color: rgb(162,189,222); }

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

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

 span { border-color: rgb(162,189,222); }

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