Shades of Light Steel Blue #9CBBD7
Tints of Light Steel Blue #9CBBD7
RGB
CMYK
RGB Variations
Color information
#9CBBD7 (or 0x9CBBD7) is known color: Light Steel Blue. HEX triplet: 9C, BB and D7. RGB value is (156,187,215). Sum of RGB (Red+Green+Blue) = 156+187+215=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #9CBBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBD7 is #634428. Grayscale: #B4B4B4. Windows color (decimal): -6505513 or 14138268. OLE color: 14138268.
HSL color Cylindrical-coordinate representation of color #9CBBD7: hue angle of 208.47º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBBD7 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 187 | 215 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.16 |
| HSL | 208.47º | 0.42% | 0.73% | - |
| HSV(B) | 208.47º | 0.27% | 0.84% | - |
| XYZ | 43.75 | 47.51 | 71.16 | - |
| YUV | 180.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 215 | 0.27 | 0.13 | 0 | 0.16 | 208.47 | 0.42 | 0.73 |
| Hex | 9C | BB | D7 | 1B | D | 0 | 10 | D0 | 2A | 49 |
| Octal | 234 | 273 | 327 | 33 | 15 | 0 | 20 | 320 | 52 | 111 |
| Binary | 10011100 | 10111011 | 11010111 | 11011 | 1101 | 0 | 10000 | 11010000 | 101010 | 1001001 |
Color Harmonies of #9CBBD7
Complementary color
Monochromatic Colors of #9CBBD7
Black with #9CBBD7
Text Example
Text Example
White with #9CBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBD7; }
p { color: rgb(156,187,215); }
H1.HeaderClassName
{
color: #9CBBD7;
}
.AnyTagClassName
{
color: #9CBBD7;
}
</style>
background-color css
<style>
a { background-color: #9CBBD7; }
a { background-color: rgb(156,187,215); }
div.DivClassName
{
background-color: #9CBBD7;
}
.BgClassName
{
background-color: #9CBBD7;
}
</style>
border-color css
<style>
span { border-color: #9CBBD7; }
span { border-color: rgb(156,187,215); }
td.TdClassName
{
border-color: #9CBBD7;
}
.TagClassName
{
border-color: #9CBBD7;
}
</style>