Shades of Light Steel Blue #99BBDF
Tints of Light Steel Blue #99BBDF
RGB
CMYK
RGB Variations
Color information
#99BBDF (or 0x99BBDF) is known color: Light Steel Blue. HEX triplet: 99, BB and DF. RGB value is (153,187,223). Sum of RGB (Red+Green+Blue) = 153+187+223=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #99BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBDF is #664420. Grayscale: #B4B4B4. Windows color (decimal): -6702113 or 14662553. OLE color: 14662553.
HSL color Cylindrical-coordinate representation of color #99BBDF: hue angle of 210.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99BBDF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 187 | 223 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.13 |
| HSL | 210.86º | 0.52% | 0.74% | - |
| HSV(B) | 210.86º | 0.31% | 0.87% | - |
| XYZ | 44.23 | 47.64 | 76.68 | - |
| YUV | 180.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 223 | 0.31 | 0.16 | 0 | 0.13 | 210.86 | 0.52 | 0.74 |
| Hex | 99 | BB | DF | 1F | 10 | 0 | D | D3 | 34 | 4A |
| Octal | 231 | 273 | 337 | 37 | 20 | 0 | 15 | 323 | 64 | 112 |
| Binary | 10011001 | 10111011 | 11011111 | 11111 | 10000 | 0 | 1101 | 11010011 | 110100 | 1001010 |
Color Harmonies of #99BBDF
Complementary color
Monochromatic Colors of #99BBDF
Black with #99BBDF
Text Example
Text Example
White with #99BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBDF; }
p { color: rgb(153,187,223); }
H1.HeaderClassName
{
color: #99BBDF;
}
.AnyTagClassName
{
color: #99BBDF;
}
</style>
background-color css
<style>
a { background-color: #99BBDF; }
a { background-color: rgb(153,187,223); }
div.DivClassName
{
background-color: #99BBDF;
}
.BgClassName
{
background-color: #99BBDF;
}
</style>
border-color css
<style>
span { border-color: #99BBDF; }
span { border-color: rgb(153,187,223); }
td.TdClassName
{
border-color: #99BBDF;
}
.TagClassName
{
border-color: #99BBDF;
}
</style>