#A0B9DF

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

Shades of Light Steel Blue #A0B9DF

Tints of Light Steel Blue #A0B9DF

Color information

#A0B9DF (or 0xA0B9DF) is unknown color: approx Light Steel Blue. HEX triplet: A0, B9 and DF. RGB value is (160,185,223). Sum of RGB (Red+Green+Blue) = 160+185+223=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B9DF is #5F4620. Grayscale: #B5B5B5. Windows color (decimal): -6243873 or 14662048. OLE color: 14662048.

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

Color convert

RGB160185223-
CMYK0.280.1700.13
HSL216.19º49.61%75.1%-
HSV(B)216.19º28.25%87.45%-
XYZ45.1747.576.6-
YUV181.86151.22112.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.17%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=28.17%
G=32.57%
B=39.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601852230.280.1700.13216.1949.6175.1
HexA0B9DF1C110Dd8324b
Octal240271337342101533062113
Binary101000001011100111011111111001000101101110110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B9DF; }

 p { color: rgb(160,185,223); }

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

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

 a { background-color: rgb(160,185,223); }

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

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

 span { border-color: rgb(160,185,223); }

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