#A0BCE1

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

Shades of Light Steel Blue #A0BCE1

Tints of Light Steel Blue #A0BCE1

Color information

#A0BCE1 (or 0xA0BCE1) is unknown color: approx Light Steel Blue. HEX triplet: A0, BC and E1. RGB value is (160,188,225). Sum of RGB (Red+Green+Blue) = 160+188+225=573 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.92% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #A0BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCE1 is #5F431E. Grayscale: #B7B7B7. Windows color (decimal): -6243103 or 14793888. OLE color: 14793888.

HSL color Cylindrical-coordinate representation of color #A0BCE1: hue angle of 214.15º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0BCE1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160188225-
CMYK0.290.1600.12
HSL214.15º52%75.49%-
HSV(B)214.15º28.89%88.24%-
XYZ46.0748.8878.24-
YUV183.85151.22110.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.92%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=27.92%
G=32.81%
B=39.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601882250.290.1600.12214.155275.49
HexA0BCE11D100Cd6344b
Octal240274341352001432664113
Binary101000001011110011100001111011000001100110101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCE1; }

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

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

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

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

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

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

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

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