Shades of Light Steel Blue #9BBAD6
Tints of Light Steel Blue #9BBAD6
RGB
CMYK
RGB Variations
Color information
#9BBAD6 (or 0x9BBAD6) is known color: Light Steel Blue. HEX triplet: 9B, BA and D6. RGB value is (155,186,214). Sum of RGB (Red+Green+Blue) = 155+186+214=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BBAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAD6 is #644529. Grayscale: #B3B3B3. Windows color (decimal): -6571306 or 14072475. OLE color: 14072475.
HSL color Cylindrical-coordinate representation of color #9BBAD6: hue angle of 208.47º 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 #9BBAD6 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 186 | 214 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.16 |
| HSL | 208.47º | 0.42% | 0.72% | - |
| HSV(B) | 208.47º | 0.28% | 0.84% | - |
| XYZ | 43.21 | 46.94 | 70.4 | - |
| YUV | 179.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 214 | 0.28 | 0.13 | 0 | 0.16 | 208.47 | 0.42 | 0.72 |
| Hex | 9B | BA | D6 | 1C | D | 0 | 10 | D0 | 2A | 48 |
| Octal | 233 | 272 | 326 | 34 | 15 | 0 | 20 | 320 | 52 | 110 |
| Binary | 10011011 | 10111010 | 11010110 | 11100 | 1101 | 0 | 10000 | 11010000 | 101010 | 1001000 |
Color Harmonies of #9BBAD6
Complementary color
Monochromatic Colors of #9BBAD6
Black with #9BBAD6
Text Example
Text Example
White with #9BBAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAD6; }
p { color: rgb(155,186,214); }
H1.HeaderClassName
{
color: #9BBAD6;
}
.AnyTagClassName
{
color: #9BBAD6;
}
</style>
background-color css
<style>
a { background-color: #9BBAD6; }
a { background-color: rgb(155,186,214); }
div.DivClassName
{
background-color: #9BBAD6;
}
.BgClassName
{
background-color: #9BBAD6;
}
</style>
border-color css
<style>
span { border-color: #9BBAD6; }
span { border-color: rgb(155,186,214); }
td.TdClassName
{
border-color: #9BBAD6;
}
.TagClassName
{
border-color: #9BBAD6;
}
</style>