Shades of Light Steel Blue #9DBFDF
Tints of Light Steel Blue #9DBFDF
RGB
CMYK
RGB Variations
Color information
#9DBFDF (or 0x9DBFDF) is known color: Light Steel Blue. HEX triplet: 9D, BF and DF. RGB value is (157,191,223). Sum of RGB (Red+Green+Blue) = 157+191+223=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFDF is #624020. Grayscale: #B8B8B8. Windows color (decimal): -6438945 or 14663581. OLE color: 14663581.
HSL color Cylindrical-coordinate representation of color #9DBFDF: hue angle of 209.09º 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 #9DBFDF is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 191 | 223 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.13 |
| HSL | 209.09º | 0.51% | 0.75% | - |
| HSV(B) | 209.09º | 0.3% | 0.87% | - |
| XYZ | 45.85 | 49.76 | 77 | - |
| YUV | 184.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 223 | 0.30 | 0.14 | 0 | 0.13 | 209.09 | 0.51 | 0.75 |
| Hex | 9D | BF | DF | 1E | E | 0 | D | D1 | 33 | 4B |
| Octal | 235 | 277 | 337 | 36 | 16 | 0 | 15 | 321 | 63 | 113 |
| Binary | 10011101 | 10111111 | 11011111 | 11110 | 1110 | 0 | 1101 | 11010001 | 110011 | 1001011 |
Color Harmonies of #9DBFDF
Complementary color
Monochromatic Colors of #9DBFDF
Black with #9DBFDF
Text Example
Text Example
White with #9DBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFDF; }
p { color: rgb(157,191,223); }
H1.HeaderClassName
{
color: #9DBFDF;
}
.AnyTagClassName
{
color: #9DBFDF;
}
</style>
background-color css
<style>
a { background-color: #9DBFDF; }
a { background-color: rgb(157,191,223); }
div.DivClassName
{
background-color: #9DBFDF;
}
.BgClassName
{
background-color: #9DBFDF;
}
</style>
border-color css
<style>
span { border-color: #9DBFDF; }
span { border-color: rgb(157,191,223); }
td.TdClassName
{
border-color: #9DBFDF;
}
.TagClassName
{
border-color: #9DBFDF;
}
</style>