Shades of Light Steel Blue #99B9DE
Tints of Light Steel Blue #99B9DE
RGB
CMYK
RGB Variations
Color information
#99B9DE (or 0x99B9DE) is known color: Light Steel Blue. HEX triplet: 99, B9 and DE. RGB value is (153,185,222). Sum of RGB (Red+Green+Blue) = 153+185+222=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #99B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9DE is #664621. Grayscale: #B3B3B3. Windows color (decimal): -6702626 or 14596505. OLE color: 14596505.
HSL color Cylindrical-coordinate representation of color #99B9DE: hue angle of 212.17º degrees, saturation: 0.51, 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 #99B9DE is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 185 | 222 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.13 |
| HSL | 212.17º | 0.51% | 0.74% | - |
| HSV(B) | 212.17º | 0.31% | 0.87% | - |
| XYZ | 43.67 | 46.74 | 75.83 | - |
| YUV | 179.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 222 | 0.31 | 0.17 | 0 | 0.13 | 212.17 | 0.51 | 0.74 |
| Hex | 99 | B9 | DE | 1F | 11 | 0 | D | D4 | 33 | 4A |
| Octal | 231 | 271 | 336 | 37 | 21 | 0 | 15 | 324 | 63 | 112 |
| Binary | 10011001 | 10111001 | 11011110 | 11111 | 10001 | 0 | 1101 | 11010100 | 110011 | 1001010 |
Color Harmonies of #99B9DE
Complementary color
Monochromatic Colors of #99B9DE
Black with #99B9DE
Text Example
Text Example
White with #99B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9DE; }
p { color: rgb(153,185,222); }
H1.HeaderClassName
{
color: #99B9DE;
}
.AnyTagClassName
{
color: #99B9DE;
}
</style>
background-color css
<style>
a { background-color: #99B9DE; }
a { background-color: rgb(153,185,222); }
div.DivClassName
{
background-color: #99B9DE;
}
.BgClassName
{
background-color: #99B9DE;
}
</style>
border-color css
<style>
span { border-color: #99B9DE; }
span { border-color: rgb(153,185,222); }
td.TdClassName
{
border-color: #99B9DE;
}
.TagClassName
{
border-color: #99B9DE;
}
</style>