#A0BEDE

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

Shades of Light Steel Blue #A0BEDE

Tints of Light Steel Blue #A0BEDE

Color information

#A0BEDE (or 0xA0BEDE) is unknown color: approx Light Steel Blue. HEX triplet: A0, BE and DE. RGB value is (160,190,222). Sum of RGB (Red+Green+Blue) = 160+190+222=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEDE is #5F4121. Grayscale: #B8B8B8. Windows color (decimal): -6242594 or 14597792. OLE color: 14597792.

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

Color convert

RGB160190222-
CMYK0.280.1400.13
HSL210.97º48.44%74.9%-
HSV(B)210.97º27.93%87.06%-
XYZ46.149.5776.25-
YUV184.68149.06110.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=27.97%
G=33.22%
B=38.81%

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
Decimal1601902220.280.1400.13210.9748.4474.9
HexA0BEDE1CE0Dd3304b
Octal240276336341601532360113
Binary10100000101111101101111011100111001101110100111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEDE; }

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

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

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

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

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

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

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

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