Shades of Light Steel Blue #9FBEDB
Tints of Light Steel Blue #9FBEDB
RGB
CMYK
RGB Variations
Color information
#9FBEDB (or 0x9FBEDB) is known color: Light Steel Blue. HEX triplet: 9F, BE and DB. RGB value is (159,190,219). Sum of RGB (Red+Green+Blue) = 159+190+219=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEDB is #604124. Grayscale: #B7B7B7. Windows color (decimal): -6308133 or 14401183. OLE color: 14401183.
HSL color Cylindrical-coordinate representation of color #9FBEDB: hue angle of 209º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBEDB is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 190 | 219 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.14 |
| HSL | 209º | 0.45% | 0.74% | - |
| HSV(B) | 209º | 0.27% | 0.86% | - |
| XYZ | 45.5 | 49.31 | 74.14 | - |
| YUV | 184.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 219 | 0.27 | 0.13 | 0 | 0.14 | 209 | 0.45 | 0.74 |
| Hex | 9F | BE | DB | 1B | D | 0 | E | D1 | 2D | 4A |
| Octal | 237 | 276 | 333 | 33 | 15 | 0 | 16 | 321 | 55 | 112 |
| Binary | 10011111 | 10111110 | 11011011 | 11011 | 1101 | 0 | 1110 | 11010001 | 101101 | 1001010 |
Color Harmonies of #9FBEDB
Complementary color
Monochromatic Colors of #9FBEDB
Black with #9FBEDB
Text Example
Text Example
White with #9FBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEDB; }
p { color: rgb(159,190,219); }
H1.HeaderClassName
{
color: #9FBEDB;
}
.AnyTagClassName
{
color: #9FBEDB;
}
</style>
background-color css
<style>
a { background-color: #9FBEDB; }
a { background-color: rgb(159,190,219); }
div.DivClassName
{
background-color: #9FBEDB;
}
.BgClassName
{
background-color: #9FBEDB;
}
</style>
border-color css
<style>
span { border-color: #9FBEDB; }
span { border-color: rgb(159,190,219); }
td.TdClassName
{
border-color: #9FBEDB;
}
.TagClassName
{
border-color: #9FBEDB;
}
</style>