Shades of Light Steel Blue #A0BED8
Tints of Light Steel Blue #A0BED8
RGB
CMYK
RGB Variations
Color information
#A0BED8 (or 0xA0BED8) is known color: Light Steel Blue. HEX triplet: A0, BE and D8. RGB value is (160,190,216). Sum of RGB (Red+Green+Blue) = 160+190+216=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #A0BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BED8 is #5F4127. Grayscale: #B7B7B7. Windows color (decimal): -6242600 or 14204576. OLE color: 14204576.
HSL color Cylindrical-coordinate representation of color #A0BED8: hue angle of 207.86º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0BED8 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 190 | 216 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.15 |
| HSL | 207.86º | 0.42% | 0.74% | - |
| HSV(B) | 207.86º | 0.26% | 0.85% | - |
| XYZ | 45.31 | 49.26 | 72.09 | - |
| YUV | 183.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 216 | 0.26 | 0.12 | 0 | 0.15 | 207.86 | 0.42 | 0.74 |
| Hex | A0 | BE | D8 | 1A | C | 0 | F | D0 | 2A | 4A |
| Octal | 240 | 276 | 330 | 32 | 14 | 0 | 17 | 320 | 52 | 112 |
| Binary | 10100000 | 10111110 | 11011000 | 11010 | 1100 | 0 | 1111 | 11010000 | 101010 | 1001010 |
Color Harmonies of #A0BED8
Complementary color
Monochromatic Colors of #A0BED8
Black with #A0BED8
Text Example
Text Example
White with #A0BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BED8; }
p { color: rgb(160,190,216); }
H1.HeaderClassName
{
color: #A0BED8;
}
.AnyTagClassName
{
color: #A0BED8;
}
</style>
background-color css
<style>
a { background-color: #A0BED8; }
a { background-color: rgb(160,190,216); }
div.DivClassName
{
background-color: #A0BED8;
}
.BgClassName
{
background-color: #A0BED8;
}
</style>
border-color css
<style>
span { border-color: #A0BED8; }
span { border-color: rgb(160,190,216); }
td.TdClassName
{
border-color: #A0BED8;
}
.TagClassName
{
border-color: #A0BED8;
}
</style>