#A0BCDD

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

Shades of Light Steel Blue #A0BCDD

Tints of Light Steel Blue #A0BCDD

Color information

#A0BCDD (or 0xA0BCDD) is unknown color: approx Light Steel Blue. HEX triplet: A0, BC and DD. RGB value is (160,188,221). Sum of RGB (Red+Green+Blue) = 160+188+221=569 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.12% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCDD is #5F4322. Grayscale: #B7B7B7. Windows color (decimal): -6243107 or 14531744. OLE color: 14531744.

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

Color convert

RGB160188221-
CMYK0.280.1500.13
HSL212.46º47.29%74.71%-
HSV(B)212.46º27.6%86.67%-
XYZ45.5348.6675.4-
YUV183.39149.22111.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.12%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=28.12%
G=33.04%
B=38.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601882210.280.1500.13212.4647.2974.71
HexA0BCDD1CF0Dd42f4b
Octal240274335341701532457113
Binary10100000101111001101110111100111101101110101001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCDD; }

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

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

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

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

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

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

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

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