Shades of Light Steel Blue #9FBDDD
Tints of Light Steel Blue #9FBDDD
RGB
CMYK
RGB Variations
Color information
#9FBDDD (or 0x9FBDDD) is known color: Light Steel Blue. HEX triplet: 9F, BD and DD. RGB value is (159,189,221). Sum of RGB (Red+Green+Blue) = 159+189+221=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDDD is #604222. Grayscale: #B7B7B7. Windows color (decimal): -6308387 or 14531999. OLE color: 14531999.
HSL color Cylindrical-coordinate representation of color #9FBDDD: hue angle of 210.97º 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 #9FBDDD is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 189 | 221 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.13 |
| HSL | 210.97º | 0.48% | 0.75% | - |
| HSV(B) | 210.97º | 0.28% | 0.87% | - |
| XYZ | 45.55 | 48.99 | 75.46 | - |
| YUV | 183.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 221 | 0.28 | 0.14 | 0 | 0.13 | 210.97 | 0.48 | 0.75 |
| Hex | 9F | BD | DD | 1C | E | 0 | D | D3 | 30 | 4B |
| Octal | 237 | 275 | 335 | 34 | 16 | 0 | 15 | 323 | 60 | 113 |
| Binary | 10011111 | 10111101 | 11011101 | 11100 | 1110 | 0 | 1101 | 11010011 | 110000 | 1001011 |
Color Harmonies of #9FBDDD
Complementary color
Monochromatic Colors of #9FBDDD
Black with #9FBDDD
Text Example
Text Example
White with #9FBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDDD; }
p { color: rgb(159,189,221); }
H1.HeaderClassName
{
color: #9FBDDD;
}
.AnyTagClassName
{
color: #9FBDDD;
}
</style>
background-color css
<style>
a { background-color: #9FBDDD; }
a { background-color: rgb(159,189,221); }
div.DivClassName
{
background-color: #9FBDDD;
}
.BgClassName
{
background-color: #9FBDDD;
}
</style>
border-color css
<style>
span { border-color: #9FBDDD; }
span { border-color: rgb(159,189,221); }
td.TdClassName
{
border-color: #9FBDDD;
}
.TagClassName
{
border-color: #9FBDDD;
}
</style>