Shades of Light Steel Blue #99B9DB
Tints of Light Steel Blue #99B9DB
RGB
CMYK
RGB Variations
Color information
#99B9DB (or 0x99B9DB) is known color: Light Steel Blue. HEX triplet: 99, B9 and DB. RGB value is (153,185,219). Sum of RGB (Red+Green+Blue) = 153+185+219=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #99B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9DB is #664624. Grayscale: #B3B3B3. Windows color (decimal): -6702629 or 14399897. OLE color: 14399897.
HSL color Cylindrical-coordinate representation of color #99B9DB: hue angle of 210.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B9DB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 185 | 219 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.14 |
| HSL | 210.91º | 0.48% | 0.73% | - |
| HSV(B) | 210.91º | 0.3% | 0.86% | - |
| XYZ | 43.27 | 46.58 | 73.73 | - |
| YUV | 179.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 219 | 0.30 | 0.16 | 0 | 0.14 | 210.91 | 0.48 | 0.73 |
| Hex | 99 | B9 | DB | 1E | 10 | 0 | E | D3 | 30 | 49 |
| Octal | 231 | 271 | 333 | 36 | 20 | 0 | 16 | 323 | 60 | 111 |
| Binary | 10011001 | 10111001 | 11011011 | 11110 | 10000 | 0 | 1110 | 11010011 | 110000 | 1001001 |
Color Harmonies of #99B9DB
Complementary color
Monochromatic Colors of #99B9DB
Black with #99B9DB
Text Example
Text Example
White with #99B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9DB; }
p { color: rgb(153,185,219); }
H1.HeaderClassName
{
color: #99B9DB;
}
.AnyTagClassName
{
color: #99B9DB;
}
</style>
background-color css
<style>
a { background-color: #99B9DB; }
a { background-color: rgb(153,185,219); }
div.DivClassName
{
background-color: #99B9DB;
}
.BgClassName
{
background-color: #99B9DB;
}
</style>
border-color css
<style>
span { border-color: #99B9DB; }
span { border-color: rgb(153,185,219); }
td.TdClassName
{
border-color: #99B9DB;
}
.TagClassName
{
border-color: #99B9DB;
}
</style>