Shades of Light Steel Blue #9BBCD6
Tints of Light Steel Blue #9BBCD6
RGB
CMYK
RGB Variations
Color information
#9BBCD6 (or 0x9BBCD6) is known color: Light Steel Blue. HEX triplet: 9B, BC and D6. RGB value is (155,188,214). Sum of RGB (Red+Green+Blue) = 155+188+214=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BBCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCD6 is #644329. Grayscale: #B4B4B4. Windows color (decimal): -6570794 or 14072987. OLE color: 14072987.
HSL color Cylindrical-coordinate representation of color #9BBCD6: hue angle of 206.44º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBCD6 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 188 | 214 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.16 |
| HSL | 206.44º | 0.42% | 0.72% | - |
| HSV(B) | 206.44º | 0.28% | 0.84% | - |
| XYZ | 43.64 | 47.79 | 70.54 | - |
| YUV | 181.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 214 | 0.28 | 0.12 | 0 | 0.16 | 206.44 | 0.42 | 0.72 |
| Hex | 9B | BC | D6 | 1C | C | 0 | 10 | CE | 2A | 48 |
| Octal | 233 | 274 | 326 | 34 | 14 | 0 | 20 | 316 | 52 | 110 |
| Binary | 10011011 | 10111100 | 11010110 | 11100 | 1100 | 0 | 10000 | 11001110 | 101010 | 1001000 |
Color Harmonies of #9BBCD6
Complementary color
Monochromatic Colors of #9BBCD6
Black with #9BBCD6
Text Example
Text Example
White with #9BBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCD6; }
p { color: rgb(155,188,214); }
H1.HeaderClassName
{
color: #9BBCD6;
}
.AnyTagClassName
{
color: #9BBCD6;
}
</style>
background-color css
<style>
a { background-color: #9BBCD6; }
a { background-color: rgb(155,188,214); }
div.DivClassName
{
background-color: #9BBCD6;
}
.BgClassName
{
background-color: #9BBCD6;
}
</style>
border-color css
<style>
span { border-color: #9BBCD6; }
span { border-color: rgb(155,188,214); }
td.TdClassName
{
border-color: #9BBCD6;
}
.TagClassName
{
border-color: #9BBCD6;
}
</style>