Shades of Light Steel Blue #9FBDE1
Tints of Light Steel Blue #9FBDE1
RGB
CMYK
RGB Variations
Color information
#9FBDE1 (or 0x9FBDE1) is known color: Light Steel Blue. HEX triplet: 9F, BD and E1. RGB value is (159,189,225). Sum of RGB (Red+Green+Blue) = 159+189+225=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDE1 is #60421E. Grayscale: #B7B7B7. Windows color (decimal): -6308383 or 14794143. OLE color: 14794143.
HSL color Cylindrical-coordinate representation of color #9FBDE1: hue angle of 212.73º 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 #9FBDE1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 189 | 225 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.12 |
| HSL | 212.73º | 0.52% | 0.75% | - |
| HSV(B) | 212.73º | 0.29% | 0.88% | - |
| XYZ | 46.09 | 49.2 | 78.3 | - |
| YUV | 184.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 225 | 0.29 | 0.16 | 0 | 0.12 | 212.73 | 0.52 | 0.75 |
| Hex | 9F | BD | E1 | 1D | 10 | 0 | C | D5 | 34 | 4B |
| Octal | 237 | 275 | 341 | 35 | 20 | 0 | 14 | 325 | 64 | 113 |
| Binary | 10011111 | 10111101 | 11100001 | 11101 | 10000 | 0 | 1100 | 11010101 | 110100 | 1001011 |
Color Harmonies of #9FBDE1
Complementary color
Monochromatic Colors of #9FBDE1
Black with #9FBDE1
Text Example
Text Example
White with #9FBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDE1; }
p { color: rgb(159,189,225); }
H1.HeaderClassName
{
color: #9FBDE1;
}
.AnyTagClassName
{
color: #9FBDE1;
}
</style>
background-color css
<style>
a { background-color: #9FBDE1; }
a { background-color: rgb(159,189,225); }
div.DivClassName
{
background-color: #9FBDE1;
}
.BgClassName
{
background-color: #9FBDE1;
}
</style>
border-color css
<style>
span { border-color: #9FBDE1; }
span { border-color: rgb(159,189,225); }
td.TdClassName
{
border-color: #9FBDE1;
}
.TagClassName
{
border-color: #9FBDE1;
}
</style>