Shades of Light Steel Blue #9FBBDF
Tints of Light Steel Blue #9FBBDF
RGB
CMYK
RGB Variations
Color information
#9FBBDF (or 0x9FBBDF) is known color: Light Steel Blue. HEX triplet: 9F, BB and DF. RGB value is (159,187,223). Sum of RGB (Red+Green+Blue) = 159+187+223=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBDF is #604420. Grayscale: #B6B6B6. Windows color (decimal): -6308897 or 14662559. OLE color: 14662559.
HSL color Cylindrical-coordinate representation of color #9FBBDF: hue angle of 213.75º 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 #9FBBDF is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 187 | 223 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.13 |
| HSL | 213.75º | 0.5% | 0.75% | - |
| HSV(B) | 213.75º | 0.29% | 0.87% | - |
| XYZ | 45.39 | 48.24 | 76.73 | - |
| YUV | 182.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 223 | 0.29 | 0.16 | 0 | 0.13 | 213.75 | 0.5 | 0.75 |
| Hex | 9F | BB | DF | 1D | 10 | 0 | D | D6 | 32 | 4B |
| Octal | 237 | 273 | 337 | 35 | 20 | 0 | 15 | 326 | 62 | 113 |
| Binary | 10011111 | 10111011 | 11011111 | 11101 | 10000 | 0 | 1101 | 11010110 | 110010 | 1001011 |
Color Harmonies of #9FBBDF
Complementary color
Monochromatic Colors of #9FBBDF
Black with #9FBBDF
Text Example
Text Example
White with #9FBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBDF; }
p { color: rgb(159,187,223); }
H1.HeaderClassName
{
color: #9FBBDF;
}
.AnyTagClassName
{
color: #9FBBDF;
}
</style>
background-color css
<style>
a { background-color: #9FBBDF; }
a { background-color: rgb(159,187,223); }
div.DivClassName
{
background-color: #9FBBDF;
}
.BgClassName
{
background-color: #9FBBDF;
}
</style>
border-color css
<style>
span { border-color: #9FBBDF; }
span { border-color: rgb(159,187,223); }
td.TdClassName
{
border-color: #9FBBDF;
}
.TagClassName
{
border-color: #9FBBDF;
}
</style>