Shades of Light Steel Blue #9FBBDA
Tints of Light Steel Blue #9FBBDA
RGB
CMYK
RGB Variations
Color information
#9FBBDA (or 0x9FBBDA) is known color: Light Steel Blue. HEX triplet: 9F, BB and DA. RGB value is (159,187,218). Sum of RGB (Red+Green+Blue) = 159+187+218=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBDA is #604425. Grayscale: #B6B6B6. Windows color (decimal): -6308902 or 14334879. OLE color: 14334879.
HSL color Cylindrical-coordinate representation of color #9FBBDA: hue angle of 211.53º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBBDA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 187 | 218 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.15 |
| HSL | 211.53º | 0.44% | 0.74% | - |
| HSV(B) | 211.53º | 0.27% | 0.85% | - |
| XYZ | 44.72 | 47.97 | 73.23 | - |
| YUV | 182.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 187 | 218 | 0.27 | 0.14 | 0 | 0.15 | 211.53 | 0.44 | 0.74 |
| Hex | 9F | BB | DA | 1B | E | 0 | F | D4 | 2C | 4A |
| Octal | 237 | 273 | 332 | 33 | 16 | 0 | 17 | 324 | 54 | 112 |
| Binary | 10011111 | 10111011 | 11011010 | 11011 | 1110 | 0 | 1111 | 11010100 | 101100 | 1001010 |
Color Harmonies of #9FBBDA
Complementary color
Monochromatic Colors of #9FBBDA
Black with #9FBBDA
Text Example
Text Example
White with #9FBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBBDA; }
p { color: rgb(159,187,218); }
H1.HeaderClassName
{
color: #9FBBDA;
}
.AnyTagClassName
{
color: #9FBBDA;
}
</style>
background-color css
<style>
a { background-color: #9FBBDA; }
a { background-color: rgb(159,187,218); }
div.DivClassName
{
background-color: #9FBBDA;
}
.BgClassName
{
background-color: #9FBBDA;
}
</style>
border-color css
<style>
span { border-color: #9FBBDA; }
span { border-color: rgb(159,187,218); }
td.TdClassName
{
border-color: #9FBBDA;
}
.TagClassName
{
border-color: #9FBBDA;
}
</style>