Shades of Light Steel Blue #9EBFDA
Tints of Light Steel Blue #9EBFDA
RGB
CMYK
RGB Variations
Color information
#9EBFDA (or 0x9EBFDA) is known color: Light Steel Blue. HEX triplet: 9E, BF and DA. RGB value is (158,191,218). Sum of RGB (Red+Green+Blue) = 158+191+218=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #9EBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFDA is #614025. Grayscale: #B8B8B8. Windows color (decimal): -6373414 or 14335902. OLE color: 14335902.
HSL color Cylindrical-coordinate representation of color #9EBFDA: hue angle of 207º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EBFDA is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 191 | 218 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.15 |
| HSL | 207º | 0.45% | 0.74% | - |
| HSV(B) | 207º | 0.28% | 0.85% | - |
| XYZ | 45.39 | 49.59 | 73.51 | - |
| YUV | 184.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 218 | 0.28 | 0.12 | 0 | 0.15 | 207 | 0.45 | 0.74 |
| Hex | 9E | BF | DA | 1C | C | 0 | F | CF | 2D | 4A |
| Octal | 236 | 277 | 332 | 34 | 14 | 0 | 17 | 317 | 55 | 112 |
| Binary | 10011110 | 10111111 | 11011010 | 11100 | 1100 | 0 | 1111 | 11001111 | 101101 | 1001010 |
Color Harmonies of #9EBFDA
Complementary color
Monochromatic Colors of #9EBFDA
Black with #9EBFDA
Text Example
Text Example
White with #9EBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBFDA; }
p { color: rgb(158,191,218); }
H1.HeaderClassName
{
color: #9EBFDA;
}
.AnyTagClassName
{
color: #9EBFDA;
}
</style>
background-color css
<style>
a { background-color: #9EBFDA; }
a { background-color: rgb(158,191,218); }
div.DivClassName
{
background-color: #9EBFDA;
}
.BgClassName
{
background-color: #9EBFDA;
}
</style>
border-color css
<style>
span { border-color: #9EBFDA; }
span { border-color: rgb(158,191,218); }
td.TdClassName
{
border-color: #9EBFDA;
}
.TagClassName
{
border-color: #9EBFDA;
}
</style>