#A0BFDD

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

Shades of Light Steel Blue #A0BFDD

Tints of Light Steel Blue #A0BFDD

Color information

#A0BFDD (or 0xA0BFDD) is unknown color: approx Light Steel Blue. HEX triplet: A0, BF and DD. RGB value is (160,191,221). Sum of RGB (Red+Green+Blue) = 160+191+221=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFDD is #5F4022. Grayscale: #B9B9B9. Windows color (decimal): -6242339 or 14532512. OLE color: 14532512.

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

Color convert

RGB160191221-
CMYK0.280.1400.13
HSL209.51º47.29%74.71%-
HSV(B)209.51º27.6%86.67%-
XYZ46.1849.9675.62-
YUV185.15148.23110.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=27.97%
G=33.39%
B=38.64%

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
Decimal1601912210.280.1400.13209.5147.2974.71
HexA0BFDD1CE0Dd22f4b
Octal240277335341601532257113
Binary10100000101111111101110111100111001101110100101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFDD; }

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

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

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

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

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

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

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

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