Shades of Light Steel Blue #9DBBDF
Tints of Light Steel Blue #9DBBDF
RGB
CMYK
RGB Variations
Color information
#9DBBDF (or 0x9DBBDF) is known color: Light Steel Blue. HEX triplet: 9D, BB and DF. RGB value is (157,187,223). Sum of RGB (Red+Green+Blue) = 157+187+223=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 187 (73.44% from 255 or 32.98% 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 #9DBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBDF is #624420. Grayscale: #B5B5B5. Windows color (decimal): -6439969 or 14662557. OLE color: 14662557.
HSL color Cylindrical-coordinate representation of color #9DBBDF: hue angle of 212.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBBDF is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 187 | 223 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.13 |
| HSL | 212.73º | 0.51% | 0.75% | - |
| HSV(B) | 212.73º | 0.3% | 0.87% | - |
| XYZ | 44.99 | 48.04 | 76.71 | - |
| YUV | 182.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 223 | 0.30 | 0.16 | 0 | 0.13 | 212.73 | 0.51 | 0.75 |
| Hex | 9D | BB | DF | 1E | 10 | 0 | D | D5 | 33 | 4B |
| Octal | 235 | 273 | 337 | 36 | 20 | 0 | 15 | 325 | 63 | 113 |
| Binary | 10011101 | 10111011 | 11011111 | 11110 | 10000 | 0 | 1101 | 11010101 | 110011 | 1001011 |
Color Harmonies of #9DBBDF
Complementary color
Monochromatic Colors of #9DBBDF
Black with #9DBBDF
Text Example
Text Example
White with #9DBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBDF; }
p { color: rgb(157,187,223); }
H1.HeaderClassName
{
color: #9DBBDF;
}
.AnyTagClassName
{
color: #9DBBDF;
}
</style>
background-color css
<style>
a { background-color: #9DBBDF; }
a { background-color: rgb(157,187,223); }
div.DivClassName
{
background-color: #9DBBDF;
}
.BgClassName
{
background-color: #9DBBDF;
}
</style>
border-color css
<style>
span { border-color: #9DBBDF; }
span { border-color: rgb(157,187,223); }
td.TdClassName
{
border-color: #9DBBDF;
}
.TagClassName
{
border-color: #9DBBDF;
}
</style>