Shades of Light Steel Blue #A0BEE0
Tints of Light Steel Blue #A0BEE0
RGB
CMYK
RGB Variations
Color information
#A0BEE0 (or 0xA0BEE0) is known color: Light Steel Blue. HEX triplet: A0, BE and E0. RGB value is (160,190,224). Sum of RGB (Red+Green+Blue) = 160+190+224=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEE0 is #5F411F. Grayscale: #B8B8B8. Windows color (decimal): -6242592 or 14728864. OLE color: 14728864.
HSL color Cylindrical-coordinate representation of color #A0BEE0: hue angle of 211.88º degrees, saturation: 0.51, 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 #A0BEE0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 190 | 224 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.12 |
| HSL | 211.88º | 0.51% | 0.75% | - |
| HSV(B) | 211.88º | 0.29% | 0.88% | - |
| XYZ | 46.37 | 49.68 | 77.67 | - |
| YUV | 184.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 224 | 0.29 | 0.15 | 0 | 0.12 | 211.88 | 0.51 | 0.75 |
| Hex | A0 | BE | E0 | 1D | F | 0 | C | D4 | 33 | 4B |
| Octal | 240 | 276 | 340 | 35 | 17 | 0 | 14 | 324 | 63 | 113 |
| Binary | 10100000 | 10111110 | 11100000 | 11101 | 1111 | 0 | 1100 | 11010100 | 110011 | 1001011 |
Color Harmonies of #A0BEE0
Complementary color
Monochromatic Colors of #A0BEE0
Black with #A0BEE0
Text Example
Text Example
White with #A0BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEE0; }
p { color: rgb(160,190,224); }
H1.HeaderClassName
{
color: #A0BEE0;
}
.AnyTagClassName
{
color: #A0BEE0;
}
</style>
background-color css
<style>
a { background-color: #A0BEE0; }
a { background-color: rgb(160,190,224); }
div.DivClassName
{
background-color: #A0BEE0;
}
.BgClassName
{
background-color: #A0BEE0;
}
</style>
border-color css
<style>
span { border-color: #A0BEE0; }
span { border-color: rgb(160,190,224); }
td.TdClassName
{
border-color: #A0BEE0;
}
.TagClassName
{
border-color: #A0BEE0;
}
</style>