Shades of Light Steel Blue #9FBDDC
Tints of Light Steel Blue #9FBDDC
RGB
CMYK
RGB Variations
Color information
#9FBDDC (or 0x9FBDDC) is known color: Light Steel Blue. HEX triplet: 9F, BD and DC. RGB value is (159,189,220). Sum of RGB (Red+Green+Blue) = 159+189+220=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDDC is #604223. Grayscale: #B7B7B7. Windows color (decimal): -6308388 or 14466463. OLE color: 14466463.
HSL color Cylindrical-coordinate representation of color #9FBDDC: hue angle of 210.49º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBDDC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 189 | 220 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.14 |
| HSL | 210.49º | 0.47% | 0.74% | - |
| HSV(B) | 210.49º | 0.28% | 0.86% | - |
| XYZ | 45.41 | 48.93 | 74.76 | - |
| YUV | 183.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 220 | 0.28 | 0.14 | 0 | 0.14 | 210.49 | 0.47 | 0.74 |
| Hex | 9F | BD | DC | 1C | E | 0 | E | D2 | 2F | 4A |
| Octal | 237 | 275 | 334 | 34 | 16 | 0 | 16 | 322 | 57 | 112 |
| Binary | 10011111 | 10111101 | 11011100 | 11100 | 1110 | 0 | 1110 | 11010010 | 101111 | 1001010 |
Color Harmonies of #9FBDDC
Complementary color
Monochromatic Colors of #9FBDDC
Black with #9FBDDC
Text Example
Text Example
White with #9FBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDDC; }
p { color: rgb(159,189,220); }
H1.HeaderClassName
{
color: #9FBDDC;
}
.AnyTagClassName
{
color: #9FBDDC;
}
</style>
background-color css
<style>
a { background-color: #9FBDDC; }
a { background-color: rgb(159,189,220); }
div.DivClassName
{
background-color: #9FBDDC;
}
.BgClassName
{
background-color: #9FBDDC;
}
</style>
border-color css
<style>
span { border-color: #9FBDDC; }
span { border-color: rgb(159,189,220); }
td.TdClassName
{
border-color: #9FBDDC;
}
.TagClassName
{
border-color: #9FBDDC;
}
</style>