Shades of Light Steel Blue #9DBBE1
Tints of Light Steel Blue #9DBBE1
RGB
CMYK
RGB Variations
Color information
#9DBBE1 (or 0x9DBBE1) is known color: Light Steel Blue. HEX triplet: 9D, BB and E1. RGB value is (157,187,225). Sum of RGB (Red+Green+Blue) = 157+187+225=569 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.59% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DBBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBE1 is #62441E. Grayscale: #B6B6B6. Windows color (decimal): -6439967 or 14793629. OLE color: 14793629.
HSL color Cylindrical-coordinate representation of color #9DBBE1: hue angle of 213.53º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBBE1 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 187 | 225 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.12 |
| HSL | 213.53º | 0.53% | 0.75% | - |
| HSV(B) | 213.53º | 0.3% | 0.88% | - |
| XYZ | 45.27 | 48.14 | 78.14 | - |
| YUV | 182.36 | 152.06 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 225 | 0.30 | 0.17 | 0 | 0.12 | 213.53 | 0.53 | 0.75 |
| Hex | 9D | BB | E1 | 1E | 11 | 0 | C | D6 | 35 | 4B |
| Octal | 235 | 273 | 341 | 36 | 21 | 0 | 14 | 326 | 65 | 113 |
| Binary | 10011101 | 10111011 | 11100001 | 11110 | 10001 | 0 | 1100 | 11010110 | 110101 | 1001011 |
Color Harmonies of #9DBBE1
Complementary color
Monochromatic Colors of #9DBBE1
Black with #9DBBE1
Text Example
Text Example
White with #9DBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBBE1; }
p { color: rgb(157,187,225); }
H1.HeaderClassName
{
color: #9DBBE1;
}
.AnyTagClassName
{
color: #9DBBE1;
}
</style>
background-color css
<style>
a { background-color: #9DBBE1; }
a { background-color: rgb(157,187,225); }
div.DivClassName
{
background-color: #9DBBE1;
}
.BgClassName
{
background-color: #9DBBE1;
}
</style>
border-color css
<style>
span { border-color: #9DBBE1; }
span { border-color: rgb(157,187,225); }
td.TdClassName
{
border-color: #9DBBE1;
}
.TagClassName
{
border-color: #9DBBE1;
}
</style>