Shades of Light Steel Blue #9BBDD8
Tints of Light Steel Blue #9BBDD8
RGB
CMYK
RGB Variations
Color information
#9BBDD8 (or 0x9BBDD8) is known color: Light Steel Blue. HEX triplet: 9B, BD and D8. RGB value is (155,189,216). Sum of RGB (Red+Green+Blue) = 155+189+216=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #9BBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDD8 is #644227. Grayscale: #B5B5B5. Windows color (decimal): -6570536 or 14204315. OLE color: 14204315.
HSL color Cylindrical-coordinate representation of color #9BBDD8: hue angle of 206.56º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BBDD8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 189 | 216 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.15 |
| HSL | 206.56º | 0.44% | 0.73% | - |
| HSV(B) | 206.56º | 0.28% | 0.85% | - |
| XYZ | 44.11 | 48.32 | 71.97 | - |
| YUV | 181.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 216 | 0.28 | 0.12 | 0 | 0.15 | 206.56 | 0.44 | 0.73 |
| Hex | 9B | BD | D8 | 1C | C | 0 | F | CF | 2C | 49 |
| Octal | 233 | 275 | 330 | 34 | 14 | 0 | 17 | 317 | 54 | 111 |
| Binary | 10011011 | 10111101 | 11011000 | 11100 | 1100 | 0 | 1111 | 11001111 | 101100 | 1001001 |
Color Harmonies of #9BBDD8
Complementary color
Monochromatic Colors of #9BBDD8
Black with #9BBDD8
Text Example
Text Example
White with #9BBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDD8; }
p { color: rgb(155,189,216); }
H1.HeaderClassName
{
color: #9BBDD8;
}
.AnyTagClassName
{
color: #9BBDD8;
}
</style>
background-color css
<style>
a { background-color: #9BBDD8; }
a { background-color: rgb(155,189,216); }
div.DivClassName
{
background-color: #9BBDD8;
}
.BgClassName
{
background-color: #9BBDD8;
}
</style>
border-color css
<style>
span { border-color: #9BBDD8; }
span { border-color: rgb(155,189,216); }
td.TdClassName
{
border-color: #9BBDD8;
}
.TagClassName
{
border-color: #9BBDD8;
}
</style>