Shades of Light Steel Blue #9EBFDB
Tints of Light Steel Blue #9EBFDB
RGB
CMYK
RGB Variations
Color information
#9EBFDB (or 0x9EBFDB) is known color: Light Steel Blue. HEX triplet: 9E, BF and DB. RGB value is (158,191,219). Sum of RGB (Red+Green+Blue) = 158+191+219=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 191 (75% from 255 or 33.63% 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 #9EBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFDB is #614024. Grayscale: #B8B8B8. Windows color (decimal): -6373413 or 14401438. OLE color: 14401438.
HSL color Cylindrical-coordinate representation of color #9EBFDB: hue angle of 207.54º degrees, saturation: 0.46, 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 #9EBFDB is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 158 | 191 | 219 | - |
CMYK | 0.28 | 0.13 | 0 | 0.14 |
HSL | 207.54º | 0.46% | 0.74% | - |
HSV(B) | 207.54º | 0.28% | 0.86% | - |
XYZ | 45.52 | 49.65 | 74.2 | - |
YUV | 184.33 | 147.57 | 109.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 191 | 219 | 0.28 | 0.13 | 0 | 0.14 | 207.54 | 0.46 | 0.74 |
Hex | 9E | BF | DB | 1C | D | 0 | E | D0 | 2E | 4A |
Octal | 236 | 277 | 333 | 34 | 15 | 0 | 16 | 320 | 56 | 112 |
Binary | 10011110 | 10111111 | 11011011 | 11100 | 1101 | 0 | 1110 | 11010000 | 101110 | 1001010 |
Color Harmonies of #9EBFDB
Complementary color
Monochromatic Colors of #9EBFDB
Black with #9EBFDB
Text Example
Text Example
White with #9EBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBFDB; }
p { color: rgb(158,191,219); }
H1.HeaderClassName
{
color: #9EBFDB;
}
.AnyTagClassName
{
color: #9EBFDB;
}
</style>
background-color css
<style>
a { background-color: #9EBFDB; }
a { background-color: rgb(158,191,219); }
div.DivClassName
{
background-color: #9EBFDB;
}
.BgClassName
{
background-color: #9EBFDB;
}
</style>
border-color css
<style>
span { border-color: #9EBFDB; }
span { border-color: rgb(158,191,219); }
td.TdClassName
{
border-color: #9EBFDB;
}
.TagClassName
{
border-color: #9EBFDB;
}
</style>