Shades of Light Steel Blue #98B9DE
Tints of Light Steel Blue #98B9DE
RGB
CMYK
RGB Variations
Color information
#98B9DE (or 0x98B9DE) is known color: Light Steel Blue. HEX triplet: 98, B9 and DE. RGB value is (152,185,222). Sum of RGB (Red+Green+Blue) = 152+185+222=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #98B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9DE is #674621. Grayscale: #B3B3B3. Windows color (decimal): -6768162 or 14596504. OLE color: 14596504.
HSL color Cylindrical-coordinate representation of color #98B9DE: hue angle of 211.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B9DE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 185 | 222 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.13 |
| HSL | 211.71º | 0.51% | 0.73% | - |
| HSV(B) | 211.71º | 0.32% | 0.87% | - |
| XYZ | 43.48 | 46.65 | 75.82 | - |
| YUV | 179.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 222 | 0.32 | 0.17 | 0 | 0.13 | 211.71 | 0.51 | 0.73 |
| Hex | 98 | B9 | DE | 20 | 11 | 0 | D | D4 | 33 | 49 |
| Octal | 230 | 271 | 336 | 40 | 21 | 0 | 15 | 324 | 63 | 111 |
| Binary | 10011000 | 10111001 | 11011110 | 100000 | 10001 | 0 | 1101 | 11010100 | 110011 | 1001001 |
Color Harmonies of #98B9DE
Complementary color
Monochromatic Colors of #98B9DE
Black with #98B9DE
Text Example
Text Example
White with #98B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B9DE; }
p { color: rgb(152,185,222); }
H1.HeaderClassName
{
color: #98B9DE;
}
.AnyTagClassName
{
color: #98B9DE;
}
</style>
background-color css
<style>
a { background-color: #98B9DE; }
a { background-color: rgb(152,185,222); }
div.DivClassName
{
background-color: #98B9DE;
}
.BgClassName
{
background-color: #98B9DE;
}
</style>
border-color css
<style>
span { border-color: #98B9DE; }
span { border-color: rgb(152,185,222); }
td.TdClassName
{
border-color: #98B9DE;
}
.TagClassName
{
border-color: #98B9DE;
}
</style>