Shades of Light Steel Blue #9BBDDD
Tints of Light Steel Blue #9BBDDD
RGB
CMYK
RGB Variations
Color information
#9BBDDD (or 0x9BBDDD) is known color: Light Steel Blue. HEX triplet: 9B, BD and DD. RGB value is (155,189,221). Sum of RGB (Red+Green+Blue) = 155+189+221=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDDD is #644222. Grayscale: #B6B6B6. Windows color (decimal): -6570531 or 14531995. OLE color: 14531995.
HSL color Cylindrical-coordinate representation of color #9BBDDD: hue angle of 209.09º degrees, saturation: 0.49, 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 #9BBDDD is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 189 | 221 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.13 |
| HSL | 209.09º | 0.49% | 0.74% | - |
| HSV(B) | 209.09º | 0.3% | 0.87% | - |
| XYZ | 44.77 | 48.58 | 75.42 | - |
| YUV | 182.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 221 | 0.30 | 0.14 | 0 | 0.13 | 209.09 | 0.49 | 0.74 |
| Hex | 9B | BD | DD | 1E | E | 0 | D | D1 | 31 | 4A |
| Octal | 233 | 275 | 335 | 36 | 16 | 0 | 15 | 321 | 61 | 112 |
| Binary | 10011011 | 10111101 | 11011101 | 11110 | 1110 | 0 | 1101 | 11010001 | 110001 | 1001010 |
Color Harmonies of #9BBDDD
Complementary color
Monochromatic Colors of #9BBDDD
Black with #9BBDDD
Text Example
Text Example
White with #9BBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDDD; }
p { color: rgb(155,189,221); }
H1.HeaderClassName
{
color: #9BBDDD;
}
.AnyTagClassName
{
color: #9BBDDD;
}
</style>
background-color css
<style>
a { background-color: #9BBDDD; }
a { background-color: rgb(155,189,221); }
div.DivClassName
{
background-color: #9BBDDD;
}
.BgClassName
{
background-color: #9BBDDD;
}
</style>
border-color css
<style>
span { border-color: #9BBDDD; }
span { border-color: rgb(155,189,221); }
td.TdClassName
{
border-color: #9BBDDD;
}
.TagClassName
{
border-color: #9BBDDD;
}
</style>