Shades of Light Steel Blue #A0BEDE
Tints of Light Steel Blue #A0BEDE
RGB
CMYK
RGB Variations
Color information
#A0BEDE (or 0xA0BEDE) is known color: 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
| RGB | 160 | 190 | 222 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.13 |
| HSL | 210.97º | 0.48% | 0.75% | - |
| HSV(B) | 210.97º | 0.28% | 0.87% | - |
| XYZ | 46.1 | 49.57 | 76.25 | - |
| YUV | 184.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 222 | 0.28 | 0.14 | 0 | 0.13 | 210.97 | 0.48 | 0.75 |
| Hex | A0 | BE | DE | 1C | E | 0 | D | D3 | 30 | 4B |
| Octal | 240 | 276 | 336 | 34 | 16 | 0 | 15 | 323 | 60 | 113 |
| Binary | 10100000 | 10111110 | 11011110 | 11100 | 1110 | 0 | 1101 | 11010011 | 110000 | 1001011 |
Color Harmonies of #A0BEDE
Complementary color
Monochromatic Colors of #A0BEDE
Black with #A0BEDE
Text Example
Text Example
White with #A0BEDE
Text Example
Text Example
HTML Codes & Css Web 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>