Shades of Light Steel Blue #9BBADF
Tints of Light Steel Blue #9BBADF
RGB
CMYK
RGB Variations
Color information
#9BBADF (or 0x9BBADF) is known color: Light Steel Blue. HEX triplet: 9B, BA and DF. RGB value is (155,186,223). Sum of RGB (Red+Green+Blue) = 155+186+223=564 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.48% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBADF is #644520. Grayscale: #B4B4B4. Windows color (decimal): -6571297 or 14662299. OLE color: 14662299.
HSL color Cylindrical-coordinate representation of color #9BBADF: hue angle of 212.65º 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 #9BBADF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 186 | 223 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.13 |
| HSL | 212.65º | 0.52% | 0.74% | - |
| HSV(B) | 212.65º | 0.3% | 0.87% | - |
| XYZ | 44.4 | 47.41 | 76.62 | - |
| YUV | 180.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 223 | 0.30 | 0.17 | 0 | 0.13 | 212.65 | 0.52 | 0.74 |
| Hex | 9B | BA | DF | 1E | 11 | 0 | D | D5 | 34 | 4A |
| Octal | 233 | 272 | 337 | 36 | 21 | 0 | 15 | 325 | 64 | 112 |
| Binary | 10011011 | 10111010 | 11011111 | 11110 | 10001 | 0 | 1101 | 11010101 | 110100 | 1001010 |
Color Harmonies of #9BBADF
Complementary color
Monochromatic Colors of #9BBADF
Black with #9BBADF
Text Example
Text Example
White with #9BBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBADF; }
p { color: rgb(155,186,223); }
H1.HeaderClassName
{
color: #9BBADF;
}
.AnyTagClassName
{
color: #9BBADF;
}
</style>
background-color css
<style>
a { background-color: #9BBADF; }
a { background-color: rgb(155,186,223); }
div.DivClassName
{
background-color: #9BBADF;
}
.BgClassName
{
background-color: #9BBADF;
}
</style>
border-color css
<style>
span { border-color: #9BBADF; }
span { border-color: rgb(155,186,223); }
td.TdClassName
{
border-color: #9BBADF;
}
.TagClassName
{
border-color: #9BBADF;
}
</style>