Shades of Light Steel Blue #9DBBE5
Tints of Light Steel Blue #9DBBE5
RGB
CMYK
RGB Variations
Color information
#9DBBE5 (or 0x9DBBE5) is known color: Light Steel Blue. HEX triplet: 9D, BB and E5. RGB value is (157,187,229). Sum of RGB (Red+Green+Blue) = 157+187+229=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #9DBBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBE5 is #62441A. Grayscale: #B6B6B6. Windows color (decimal): -6439963 or 15055773. OLE color: 15055773.
HSL color Cylindrical-coordinate representation of color #9DBBE5: hue angle of 215º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DBBE5 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 187 | 229 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.10 |
| HSL | 215º | 0.58% | 0.76% | - |
| HSV(B) | 215º | 0.31% | 0.9% | - |
| XYZ | 45.82 | 48.37 | 81.05 | - |
| YUV | 182.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 229 | 0.31 | 0.18 | 0 | 0.10 | 215 | 0.58 | 0.76 |
| Hex | 9D | BB | E5 | 1F | 12 | 0 | A | D7 | 3A | 4C |
| Octal | 235 | 273 | 345 | 37 | 22 | 0 | 12 | 327 | 72 | 114 |
| Binary | 10011101 | 10111011 | 11100101 | 11111 | 10010 | 0 | 1010 | 11010111 | 111010 | 1001100 |
Color Harmonies of #9DBBE5
Complementary color
Monochromatic Colors of #9DBBE5
Black with #9DBBE5
Text Example
Text Example
White with #9DBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBE5; }
p { color: rgb(157,187,229); }
H1.HeaderClassName
{
color: #9DBBE5;
}
.AnyTagClassName
{
color: #9DBBE5;
}
</style>
background-color css
<style>
a { background-color: #9DBBE5; }
a { background-color: rgb(157,187,229); }
div.DivClassName
{
background-color: #9DBBE5;
}
.BgClassName
{
background-color: #9DBBE5;
}
</style>
border-color css
<style>
span { border-color: #9DBBE5; }
span { border-color: rgb(157,187,229); }
td.TdClassName
{
border-color: #9DBBE5;
}
.TagClassName
{
border-color: #9DBBE5;
}
</style>