#A0BDDD

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

Shades of Light Steel Blue #A0BDDD

Tints of Light Steel Blue #A0BDDD

Color information

#A0BDDD (or 0xA0BDDD) is unknown color: approx Light Steel Blue. HEX triplet: A0, BD and DD. RGB value is (160,189,221). Sum of RGB (Red+Green+Blue) = 160+189+221=570 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.07% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDDD is #5F4222. Grayscale: #B7B7B7. Windows color (decimal): -6242851 or 14532000. OLE color: 14532000.

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

Color convert

RGB160189221-
CMYK0.280.1400.13
HSL211.48º47.29%74.71%-
HSV(B)211.48º27.6%86.67%-
XYZ45.7549.0975.47-
YUV183.98148.89110.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.07%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=28.07%
G=33.16%
B=38.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601892210.280.1400.13211.4847.2974.71
HexA0BDDD1CE0Dd32f4b
Octal240275335341601532357113
Binary10100000101111011101110111100111001101110100111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDDD; }

 p { color: rgb(160,189,221); }

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

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

 a { background-color: rgb(160,189,221); }

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

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

 span { border-color: rgb(160,189,221); }

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