Shades of Light Steel Blue #9FBCE1
Tints of Light Steel Blue #9FBCE1
RGB
CMYK
RGB Variations
Color information
#9FBCE1 (or 0x9FBCE1) is known color: Light Steel Blue. HEX triplet: 9F, BC and E1. RGB value is (159,188,225). Sum of RGB (Red+Green+Blue) = 159+188+225=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FBCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCE1 is #60431E. Grayscale: #B7B7B7. Windows color (decimal): -6308639 or 14793887. OLE color: 14793887.
HSL color Cylindrical-coordinate representation of color #9FBCE1: hue angle of 213.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FBCE1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 188 | 225 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.12 |
| HSL | 213.64º | 0.52% | 0.75% | - |
| HSV(B) | 213.64º | 0.29% | 0.88% | - |
| XYZ | 45.87 | 48.77 | 78.23 | - |
| YUV | 183.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 225 | 0.29 | 0.16 | 0 | 0.12 | 213.64 | 0.52 | 0.75 |
| Hex | 9F | BC | E1 | 1D | 10 | 0 | C | D6 | 34 | 4B |
| Octal | 237 | 274 | 341 | 35 | 20 | 0 | 14 | 326 | 64 | 113 |
| Binary | 10011111 | 10111100 | 11100001 | 11101 | 10000 | 0 | 1100 | 11010110 | 110100 | 1001011 |
Color Harmonies of #9FBCE1
Complementary color
Monochromatic Colors of #9FBCE1
Black with #9FBCE1
Text Example
Text Example
White with #9FBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCE1; }
p { color: rgb(159,188,225); }
H1.HeaderClassName
{
color: #9FBCE1;
}
.AnyTagClassName
{
color: #9FBCE1;
}
</style>
background-color css
<style>
a { background-color: #9FBCE1; }
a { background-color: rgb(159,188,225); }
div.DivClassName
{
background-color: #9FBCE1;
}
.BgClassName
{
background-color: #9FBCE1;
}
</style>
border-color css
<style>
span { border-color: #9FBCE1; }
span { border-color: rgb(159,188,225); }
td.TdClassName
{
border-color: #9FBCE1;
}
.TagClassName
{
border-color: #9FBCE1;
}
</style>