Shades of Light Steel Blue #9DBFDA
Tints of Light Steel Blue #9DBFDA
RGB
CMYK
RGB Variations
Color information
#9DBFDA (or 0x9DBFDA) is known color: Light Steel Blue. HEX triplet: 9D, BF and DA. RGB value is (157,191,218). Sum of RGB (Red+Green+Blue) = 157+191+218=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFDA is #624025. Grayscale: #B7B7B7. Windows color (decimal): -6438950 or 14335901. OLE color: 14335901.
HSL color Cylindrical-coordinate representation of color #9DBFDA: hue angle of 206.56º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBFDA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 191 | 218 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.15 |
| HSL | 206.56º | 0.45% | 0.74% | - |
| HSV(B) | 206.56º | 0.28% | 0.85% | - |
| XYZ | 45.19 | 49.49 | 73.5 | - |
| YUV | 183.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 218 | 0.28 | 0.12 | 0 | 0.15 | 206.56 | 0.45 | 0.74 |
| Hex | 9D | BF | DA | 1C | C | 0 | F | CF | 2D | 4A |
| Octal | 235 | 277 | 332 | 34 | 14 | 0 | 17 | 317 | 55 | 112 |
| Binary | 10011101 | 10111111 | 11011010 | 11100 | 1100 | 0 | 1111 | 11001111 | 101101 | 1001010 |
Color Harmonies of #9DBFDA
Complementary color
Monochromatic Colors of #9DBFDA
Black with #9DBFDA
Text Example
Text Example
White with #9DBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFDA; }
p { color: rgb(157,191,218); }
H1.HeaderClassName
{
color: #9DBFDA;
}
.AnyTagClassName
{
color: #9DBFDA;
}
</style>
background-color css
<style>
a { background-color: #9DBFDA; }
a { background-color: rgb(157,191,218); }
div.DivClassName
{
background-color: #9DBFDA;
}
.BgClassName
{
background-color: #9DBFDA;
}
</style>
border-color css
<style>
span { border-color: #9DBFDA; }
span { border-color: rgb(157,191,218); }
td.TdClassName
{
border-color: #9DBFDA;
}
.TagClassName
{
border-color: #9DBFDA;
}
</style>