Shades of Light Steel Blue #99BBDD
Tints of Light Steel Blue #99BBDD
RGB
CMYK
RGB Variations
Color information
#99BBDD (or 0x99BBDD) is known color: Light Steel Blue. HEX triplet: 99, BB and DD. RGB value is (153,187,221). Sum of RGB (Red+Green+Blue) = 153+187+221=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #99BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBDD is #664422. Grayscale: #B4B4B4. Windows color (decimal): -6702115 or 14531481. OLE color: 14531481.
HSL color Cylindrical-coordinate representation of color #99BBDD: hue angle of 210º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BBDD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 187 | 221 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.13 |
| HSL | 210º | 0.5% | 0.73% | - |
| HSV(B) | 210º | 0.31% | 0.87% | - |
| XYZ | 43.96 | 47.53 | 75.26 | - |
| YUV | 180.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 221 | 0.31 | 0.15 | 0 | 0.13 | 210 | 0.5 | 0.73 |
| Hex | 99 | BB | DD | 1F | F | 0 | D | D2 | 32 | 49 |
| Octal | 231 | 273 | 335 | 37 | 17 | 0 | 15 | 322 | 62 | 111 |
| Binary | 10011001 | 10111011 | 11011101 | 11111 | 1111 | 0 | 1101 | 11010010 | 110010 | 1001001 |
Color Harmonies of #99BBDD
Complementary color
Monochromatic Colors of #99BBDD
Black with #99BBDD
Text Example
Text Example
White with #99BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBDD; }
p { color: rgb(153,187,221); }
H1.HeaderClassName
{
color: #99BBDD;
}
.AnyTagClassName
{
color: #99BBDD;
}
</style>
background-color css
<style>
a { background-color: #99BBDD; }
a { background-color: rgb(153,187,221); }
div.DivClassName
{
background-color: #99BBDD;
}
.BgClassName
{
background-color: #99BBDD;
}
</style>
border-color css
<style>
span { border-color: #99BBDD; }
span { border-color: rgb(153,187,221); }
td.TdClassName
{
border-color: #99BBDD;
}
.TagClassName
{
border-color: #99BBDD;
}
</style>