Shades of Light Steel Blue #9BBDDF
Tints of Light Steel Blue #9BBDDF
RGB
CMYK
RGB Variations
Color information
#9BBDDF (or 0x9BBDDF) is known color: Light Steel Blue. HEX triplet: 9B, BD and DF. RGB value is (155,189,223). Sum of RGB (Red+Green+Blue) = 155+189+223=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDDF is #644220. Grayscale: #B6B6B6. Windows color (decimal): -6570529 or 14663067. OLE color: 14663067.
HSL color Cylindrical-coordinate representation of color #9BBDDF: hue angle of 210º 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 #9BBDDF is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 189 | 223 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.13 |
| HSL | 210º | 0.52% | 0.74% | - |
| HSV(B) | 210º | 0.3% | 0.87% | - |
| XYZ | 45.03 | 48.69 | 76.84 | - |
| YUV | 182.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 223 | 0.30 | 0.15 | 0 | 0.13 | 210 | 0.52 | 0.74 |
| Hex | 9B | BD | DF | 1E | F | 0 | D | D2 | 34 | 4A |
| Octal | 233 | 275 | 337 | 36 | 17 | 0 | 15 | 322 | 64 | 112 |
| Binary | 10011011 | 10111101 | 11011111 | 11110 | 1111 | 0 | 1101 | 11010010 | 110100 | 1001010 |
Color Harmonies of #9BBDDF
Complementary color
Monochromatic Colors of #9BBDDF
Black with #9BBDDF
Text Example
Text Example
White with #9BBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDDF; }
p { color: rgb(155,189,223); }
H1.HeaderClassName
{
color: #9BBDDF;
}
.AnyTagClassName
{
color: #9BBDDF;
}
</style>
background-color css
<style>
a { background-color: #9BBDDF; }
a { background-color: rgb(155,189,223); }
div.DivClassName
{
background-color: #9BBDDF;
}
.BgClassName
{
background-color: #9BBDDF;
}
</style>
border-color css
<style>
span { border-color: #9BBDDF; }
span { border-color: rgb(155,189,223); }
td.TdClassName
{
border-color: #9BBDDF;
}
.TagClassName
{
border-color: #9BBDDF;
}
</style>