Shades of Light Steel Blue #9FBEDC
Tints of Light Steel Blue #9FBEDC
RGB
CMYK
RGB Variations
Color information
#9FBEDC (or 0x9FBEDC) is known color: Light Steel Blue. HEX triplet: 9F, BE and DC. RGB value is (159,190,220). Sum of RGB (Red+Green+Blue) = 159+190+220=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEDC is #604123. Grayscale: #B7B7B7. Windows color (decimal): -6308132 or 14466719. OLE color: 14466719.
HSL color Cylindrical-coordinate representation of color #9FBEDC: hue angle of 209.51º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBEDC is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 190 | 220 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.14 |
| HSL | 209.51º | 0.47% | 0.74% | - |
| HSV(B) | 209.51º | 0.28% | 0.86% | - |
| XYZ | 45.63 | 49.37 | 74.83 | - |
| YUV | 184.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 220 | 0.28 | 0.14 | 0 | 0.14 | 209.51 | 0.47 | 0.74 |
| Hex | 9F | BE | DC | 1C | E | 0 | E | D2 | 2F | 4A |
| Octal | 237 | 276 | 334 | 34 | 16 | 0 | 16 | 322 | 57 | 112 |
| Binary | 10011111 | 10111110 | 11011100 | 11100 | 1110 | 0 | 1110 | 11010010 | 101111 | 1001010 |
Color Harmonies of #9FBEDC
Complementary color
Monochromatic Colors of #9FBEDC
Black with #9FBEDC
Text Example
Text Example
White with #9FBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEDC; }
p { color: rgb(159,190,220); }
H1.HeaderClassName
{
color: #9FBEDC;
}
.AnyTagClassName
{
color: #9FBEDC;
}
</style>
background-color css
<style>
a { background-color: #9FBEDC; }
a { background-color: rgb(159,190,220); }
div.DivClassName
{
background-color: #9FBEDC;
}
.BgClassName
{
background-color: #9FBEDC;
}
</style>
border-color css
<style>
span { border-color: #9FBEDC; }
span { border-color: rgb(159,190,220); }
td.TdClassName
{
border-color: #9FBEDC;
}
.TagClassName
{
border-color: #9FBEDC;
}
</style>