#A0BEDD

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

Shades of Light Steel Blue #A0BEDD

Tints of Light Steel Blue #A0BEDD

Color information

#A0BEDD (or 0xA0BEDD) is unknown color: approx Light Steel Blue. HEX triplet: A0, BE and DD. RGB value is (160,190,221). Sum of RGB (Red+Green+Blue) = 160+190+221=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEDD is #5F4122. Grayscale: #B8B8B8. Windows color (decimal): -6242595 or 14532256. OLE color: 14532256.

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

Color convert

RGB160190221-
CMYK0.280.1400.13
HSL210.49º47.29%74.71%-
HSV(B)210.49º27.6%86.67%-
XYZ45.9649.5275.54-
YUV184.56148.56110.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.02%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=28.02%
G=33.27%
B=38.70%

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
Decimal1601902210.280.1400.13210.4947.2974.71
HexA0BEDD1CE0Dd22f4b
Octal240276335341601532257113
Binary10100000101111101101110111100111001101110100101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEDD; }

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

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

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

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

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

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

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

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