Shades of Light Steel Blue #99BADF
Tints of Light Steel Blue #99BADF
RGB
CMYK
RGB Variations
Color information
#99BADF (or 0x99BADF) is known color: Light Steel Blue. HEX triplet: 99, BA and DF. RGB value is (153,186,223). Sum of RGB (Red+Green+Blue) = 153+186+223=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #99BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BADF is #664520. Grayscale: #B4B4B4. Windows color (decimal): -6702369 or 14662297. OLE color: 14662297.
HSL color Cylindrical-coordinate representation of color #99BADF: hue angle of 211.71º 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 #99BADF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 186 | 223 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.13 |
| HSL | 211.71º | 0.52% | 0.74% | - |
| HSV(B) | 211.71º | 0.31% | 0.87% | - |
| XYZ | 44.02 | 47.22 | 76.61 | - |
| YUV | 180.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 223 | 0.31 | 0.17 | 0 | 0.13 | 211.71 | 0.52 | 0.74 |
| Hex | 99 | BA | DF | 1F | 11 | 0 | D | D4 | 34 | 4A |
| Octal | 231 | 272 | 337 | 37 | 21 | 0 | 15 | 324 | 64 | 112 |
| Binary | 10011001 | 10111010 | 11011111 | 11111 | 10001 | 0 | 1101 | 11010100 | 110100 | 1001010 |
Color Harmonies of #99BADF
Complementary color
Monochromatic Colors of #99BADF
Black with #99BADF
Text Example
Text Example
White with #99BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BADF; }
p { color: rgb(153,186,223); }
H1.HeaderClassName
{
color: #99BADF;
}
.AnyTagClassName
{
color: #99BADF;
}
</style>
background-color css
<style>
a { background-color: #99BADF; }
a { background-color: rgb(153,186,223); }
div.DivClassName
{
background-color: #99BADF;
}
.BgClassName
{
background-color: #99BADF;
}
</style>
border-color css
<style>
span { border-color: #99BADF; }
span { border-color: rgb(153,186,223); }
td.TdClassName
{
border-color: #99BADF;
}
.TagClassName
{
border-color: #99BADF;
}
</style>