Shades of Light Steel Blue #99B9DF
Tints of Light Steel Blue #99B9DF
RGB
CMYK
RGB Variations
Color information
#99B9DF (or 0x99B9DF) is known color: Light Steel Blue. HEX triplet: 99, B9 and DF. RGB value is (153,185,223). Sum of RGB (Red+Green+Blue) = 153+185+223=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #99B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9DF is #664620. Grayscale: #B3B3B3. Windows color (decimal): -6702625 or 14662041. OLE color: 14662041.
HSL color Cylindrical-coordinate representation of color #99B9DF: hue angle of 212.57º 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 #99B9DF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 185 | 223 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.13 |
| HSL | 212.57º | 0.52% | 0.74% | - |
| HSV(B) | 212.57º | 0.31% | 0.87% | - |
| XYZ | 43.81 | 46.8 | 76.54 | - |
| YUV | 179.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 223 | 0.31 | 0.17 | 0 | 0.13 | 212.57 | 0.52 | 0.74 |
| Hex | 99 | B9 | DF | 1F | 11 | 0 | D | D5 | 34 | 4A |
| Octal | 231 | 271 | 337 | 37 | 21 | 0 | 15 | 325 | 64 | 112 |
| Binary | 10011001 | 10111001 | 11011111 | 11111 | 10001 | 0 | 1101 | 11010101 | 110100 | 1001010 |
Color Harmonies of #99B9DF
Complementary color
Monochromatic Colors of #99B9DF
Black with #99B9DF
Text Example
Text Example
White with #99B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9DF; }
p { color: rgb(153,185,223); }
H1.HeaderClassName
{
color: #99B9DF;
}
.AnyTagClassName
{
color: #99B9DF;
}
</style>
background-color css
<style>
a { background-color: #99B9DF; }
a { background-color: rgb(153,185,223); }
div.DivClassName
{
background-color: #99B9DF;
}
.BgClassName
{
background-color: #99B9DF;
}
</style>
border-color css
<style>
span { border-color: #99B9DF; }
span { border-color: rgb(153,185,223); }
td.TdClassName
{
border-color: #99B9DF;
}
.TagClassName
{
border-color: #99B9DF;
}
</style>