#A0BED6

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

Shades of Light Steel Blue #A0BED6

Tints of Light Steel Blue #A0BED6

Color information

#A0BED6 (or 0xA0BED6) is unknown color: approx Light Steel Blue. HEX triplet: A0, BE and D6. RGB value is (160,190,214). Sum of RGB (Red+Green+Blue) = 160+190+214=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #A0BED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BED6 is #5F4129. Grayscale: #B7B7B7. Windows color (decimal): -6242602 or 14073504. OLE color: 14073504.

HSL color Cylindrical-coordinate representation of color #A0BED6: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0BED6 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160190214-
CMYK0.250.1100.16
HSL206.67º39.71%73.33%-
HSV(B)206.67º25.23%83.92%-
XYZ45.0549.1670.73-
YUV183.77145.06111.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.37%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 214 (83.98% from 255) = 37.94%
R=28.37%
G=33.69%
B=37.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601902140.250.1100.16206.6739.7173.33
HexA0BED619B010cf2849
Octal240276326311302031750111
Binary101000001011111011010110110011011010000110011111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BED6; }

 p { color: rgb(160,190,214); }

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

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

 a { background-color: rgb(160,190,214); }

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

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

 span { border-color: rgb(160,190,214); }

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