Shades of Light Steel Blue #A0B8DE
Tints of Light Steel Blue #A0B8DE
RGB
CMYK
RGB Variations
Color information
#A0B8DE (or 0xA0B8DE) is known color: Light Steel Blue. HEX triplet: A0, B8 and DE. RGB value is (160,184,222). Sum of RGB (Red+Green+Blue) = 160+184+222=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0B8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B8DE is #5F4721. Grayscale: #B4B4B4. Windows color (decimal): -6244130 or 14596256. OLE color: 14596256.
HSL color Cylindrical-coordinate representation of color #A0B8DE: hue angle of 216.77º 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 #A0B8DE is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 184 | 222 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.13 |
| HSL | 216.77º | 0.48% | 0.75% | - |
| HSV(B) | 216.77º | 0.28% | 0.87% | - |
| XYZ | 44.82 | 47.03 | 75.82 | - |
| YUV | 181.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 222 | 0.28 | 0.17 | 0 | 0.13 | 216.77 | 0.48 | 0.75 |
| Hex | A0 | B8 | DE | 1C | 11 | 0 | D | D9 | 30 | 4B |
| Octal | 240 | 270 | 336 | 34 | 21 | 0 | 15 | 331 | 60 | 113 |
| Binary | 10100000 | 10111000 | 11011110 | 11100 | 10001 | 0 | 1101 | 11011001 | 110000 | 1001011 |
Color Harmonies of #A0B8DE
Complementary color
Monochromatic Colors of #A0B8DE
Black with #A0B8DE
Text Example
Text Example
White with #A0B8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B8DE; }
p { color: rgb(160,184,222); }
H1.HeaderClassName
{
color: #A0B8DE;
}
.AnyTagClassName
{
color: #A0B8DE;
}
</style>
background-color css
<style>
a { background-color: #A0B8DE; }
a { background-color: rgb(160,184,222); }
div.DivClassName
{
background-color: #A0B8DE;
}
.BgClassName
{
background-color: #A0B8DE;
}
</style>
border-color css
<style>
span { border-color: #A0B8DE; }
span { border-color: rgb(160,184,222); }
td.TdClassName
{
border-color: #A0B8DE;
}
.TagClassName
{
border-color: #A0B8DE;
}
</style>