Shades of Light Steel Blue #9DBFDC
Tints of Light Steel Blue #9DBFDC
RGB
CMYK
RGB Variations
Color information
#9DBFDC (or 0x9DBFDC) is known color: Light Steel Blue. HEX triplet: 9D, BF and DC. RGB value is (157,191,220). Sum of RGB (Red+Green+Blue) = 157+191+220=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFDC is #624023. Grayscale: #B7B7B7. Windows color (decimal): -6438948 or 14466973. OLE color: 14466973.
HSL color Cylindrical-coordinate representation of color #9DBFDC: hue angle of 207.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DBFDC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 191 | 220 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.14 |
| HSL | 207.62º | 0.47% | 0.74% | - |
| HSV(B) | 207.62º | 0.29% | 0.86% | - |
| XYZ | 45.45 | 49.6 | 74.89 | - |
| YUV | 184.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 220 | 0.29 | 0.13 | 0 | 0.14 | 207.62 | 0.47 | 0.74 |
| Hex | 9D | BF | DC | 1D | D | 0 | E | D0 | 2F | 4A |
| Octal | 235 | 277 | 334 | 35 | 15 | 0 | 16 | 320 | 57 | 112 |
| Binary | 10011101 | 10111111 | 11011100 | 11101 | 1101 | 0 | 1110 | 11010000 | 101111 | 1001010 |
Color Harmonies of #9DBFDC
Complementary color
Monochromatic Colors of #9DBFDC
Black with #9DBFDC
Text Example
Text Example
White with #9DBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFDC; }
p { color: rgb(157,191,220); }
H1.HeaderClassName
{
color: #9DBFDC;
}
.AnyTagClassName
{
color: #9DBFDC;
}
</style>
background-color css
<style>
a { background-color: #9DBFDC; }
a { background-color: rgb(157,191,220); }
div.DivClassName
{
background-color: #9DBFDC;
}
.BgClassName
{
background-color: #9DBFDC;
}
</style>
border-color css
<style>
span { border-color: #9DBFDC; }
span { border-color: rgb(157,191,220); }
td.TdClassName
{
border-color: #9DBFDC;
}
.TagClassName
{
border-color: #9DBFDC;
}
</style>