Shades of Light Steel Blue #9FBADF
Tints of Light Steel Blue #9FBADF
RGB
CMYK
RGB Variations
Color information
#9FBADF (or 0x9FBADF) is known color: Light Steel Blue. HEX triplet: 9F, BA and DF. RGB value is (159,186,223). Sum of RGB (Red+Green+Blue) = 159+186+223=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBADF is #604520. Grayscale: #B5B5B5. Windows color (decimal): -6309153 or 14662303. OLE color: 14662303.
HSL color Cylindrical-coordinate representation of color #9FBADF: hue angle of 214.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FBADF is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 186 | 223 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.13 |
| HSL | 214.69º | 0.5% | 0.75% | - |
| HSV(B) | 214.69º | 0.29% | 0.87% | - |
| XYZ | 45.18 | 47.82 | 76.66 | - |
| YUV | 182.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 223 | 0.29 | 0.17 | 0 | 0.13 | 214.69 | 0.5 | 0.75 |
| Hex | 9F | BA | DF | 1D | 11 | 0 | D | D7 | 32 | 4B |
| Octal | 237 | 272 | 337 | 35 | 21 | 0 | 15 | 327 | 62 | 113 |
| Binary | 10011111 | 10111010 | 11011111 | 11101 | 10001 | 0 | 1101 | 11010111 | 110010 | 1001011 |
Color Harmonies of #9FBADF
Complementary color
Monochromatic Colors of #9FBADF
Black with #9FBADF
Text Example
Text Example
White with #9FBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBADF; }
p { color: rgb(159,186,223); }
H1.HeaderClassName
{
color: #9FBADF;
}
.AnyTagClassName
{
color: #9FBADF;
}
</style>
background-color css
<style>
a { background-color: #9FBADF; }
a { background-color: rgb(159,186,223); }
div.DivClassName
{
background-color: #9FBADF;
}
.BgClassName
{
background-color: #9FBADF;
}
</style>
border-color css
<style>
span { border-color: #9FBADF; }
span { border-color: rgb(159,186,223); }
td.TdClassName
{
border-color: #9FBADF;
}
.TagClassName
{
border-color: #9FBADF;
}
</style>