Shades of Light Steel Blue #99BBDA
Tints of Light Steel Blue #99BBDA
RGB
CMYK
RGB Variations
Color information
#99BBDA (or 0x99BBDA) is known color: Light Steel Blue. HEX triplet: 99, BB and DA. RGB value is (153,187,218). Sum of RGB (Red+Green+Blue) = 153+187+218=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #99BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBDA is #664425. Grayscale: #B4B4B4. Windows color (decimal): -6702118 or 14334873. OLE color: 14334873.
HSL color Cylindrical-coordinate representation of color #99BBDA: hue angle of 208.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99BBDA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 187 | 218 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.15 |
| HSL | 208.62º | 0.47% | 0.73% | - |
| HSV(B) | 208.62º | 0.3% | 0.85% | - |
| XYZ | 43.56 | 47.37 | 73.18 | - |
| YUV | 180.37 | 149.24 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 218 | 0.30 | 0.14 | 0 | 0.15 | 208.62 | 0.47 | 0.73 |
| Hex | 99 | BB | DA | 1E | E | 0 | F | D1 | 2F | 49 |
| Octal | 231 | 273 | 332 | 36 | 16 | 0 | 17 | 321 | 57 | 111 |
| Binary | 10011001 | 10111011 | 11011010 | 11110 | 1110 | 0 | 1111 | 11010001 | 101111 | 1001001 |
Color Harmonies of #99BBDA
Complementary color
Monochromatic Colors of #99BBDA
Black with #99BBDA
Text Example
Text Example
White with #99BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBDA; }
p { color: rgb(153,187,218); }
H1.HeaderClassName
{
color: #99BBDA;
}
.AnyTagClassName
{
color: #99BBDA;
}
</style>
background-color css
<style>
a { background-color: #99BBDA; }
a { background-color: rgb(153,187,218); }
div.DivClassName
{
background-color: #99BBDA;
}
.BgClassName
{
background-color: #99BBDA;
}
</style>
border-color css
<style>
span { border-color: #99BBDA; }
span { border-color: rgb(153,187,218); }
td.TdClassName
{
border-color: #99BBDA;
}
.TagClassName
{
border-color: #99BBDA;
}
</style>