Shades of Light Steel Blue #9BBBDF
Tints of Light Steel Blue #9BBBDF
RGB
CMYK
RGB Variations
Color information
#9BBBDF (or 0x9BBBDF) is known color: Light Steel Blue. HEX triplet: 9B, BB and DF. RGB value is (155,187,223). Sum of RGB (Red+Green+Blue) = 155+187+223=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBDF is #644420. Grayscale: #B5B5B5. Windows color (decimal): -6571041 or 14662555. OLE color: 14662555.
HSL color Cylindrical-coordinate representation of color #9BBBDF: hue angle of 211.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBBDF is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 187 | 223 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.13 |
| HSL | 211.76º | 0.52% | 0.74% | - |
| HSV(B) | 211.76º | 0.3% | 0.87% | - |
| XYZ | 44.61 | 47.84 | 76.69 | - |
| YUV | 181.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 223 | 0.30 | 0.16 | 0 | 0.13 | 211.76 | 0.52 | 0.74 |
| Hex | 9B | BB | DF | 1E | 10 | 0 | D | D4 | 34 | 4A |
| Octal | 233 | 273 | 337 | 36 | 20 | 0 | 15 | 324 | 64 | 112 |
| Binary | 10011011 | 10111011 | 11011111 | 11110 | 10000 | 0 | 1101 | 11010100 | 110100 | 1001010 |
Color Harmonies of #9BBBDF
Complementary color
Monochromatic Colors of #9BBBDF
Black with #9BBBDF
Text Example
Text Example
White with #9BBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBBDF; }
p { color: rgb(155,187,223); }
H1.HeaderClassName
{
color: #9BBBDF;
}
.AnyTagClassName
{
color: #9BBBDF;
}
</style>
background-color css
<style>
a { background-color: #9BBBDF; }
a { background-color: rgb(155,187,223); }
div.DivClassName
{
background-color: #9BBBDF;
}
.BgClassName
{
background-color: #9BBBDF;
}
</style>
border-color css
<style>
span { border-color: #9BBBDF; }
span { border-color: rgb(155,187,223); }
td.TdClassName
{
border-color: #9BBBDF;
}
.TagClassName
{
border-color: #9BBBDF;
}
</style>