Shades of Light Steel Blue #9BBADD
Tints of Light Steel Blue #9BBADD
RGB
CMYK
RGB Variations
Color information
#9BBADD (or 0x9BBADD) is known color: Light Steel Blue. HEX triplet: 9B, BA and DD. RGB value is (155,186,221). Sum of RGB (Red+Green+Blue) = 155+186+221=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBADD is #644522. Grayscale: #B4B4B4. Windows color (decimal): -6571299 or 14531227. OLE color: 14531227.
HSL color Cylindrical-coordinate representation of color #9BBADD: hue angle of 211.82º 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 #9BBADD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 186 | 221 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.13 |
| HSL | 211.82º | 0.49% | 0.74% | - |
| HSV(B) | 211.82º | 0.3% | 0.87% | - |
| XYZ | 44.13 | 47.31 | 75.21 | - |
| YUV | 180.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 221 | 0.30 | 0.16 | 0 | 0.13 | 211.82 | 0.49 | 0.74 |
| Hex | 9B | BA | DD | 1E | 10 | 0 | D | D4 | 31 | 4A |
| Octal | 233 | 272 | 335 | 36 | 20 | 0 | 15 | 324 | 61 | 112 |
| Binary | 10011011 | 10111010 | 11011101 | 11110 | 10000 | 0 | 1101 | 11010100 | 110001 | 1001010 |
Color Harmonies of #9BBADD
Complementary color
Monochromatic Colors of #9BBADD
Black with #9BBADD
Text Example
Text Example
White with #9BBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBADD; }
p { color: rgb(155,186,221); }
H1.HeaderClassName
{
color: #9BBADD;
}
.AnyTagClassName
{
color: #9BBADD;
}
</style>
background-color css
<style>
a { background-color: #9BBADD; }
a { background-color: rgb(155,186,221); }
div.DivClassName
{
background-color: #9BBADD;
}
.BgClassName
{
background-color: #9BBADD;
}
</style>
border-color css
<style>
span { border-color: #9BBADD; }
span { border-color: rgb(155,186,221); }
td.TdClassName
{
border-color: #9BBADD;
}
.TagClassName
{
border-color: #9BBADD;
}
</style>