Shades of Light Steel Blue #98B9DF
Tints of Light Steel Blue #98B9DF
RGB
CMYK
RGB Variations
Color information
#98B9DF (or 0x98B9DF) is known color: Light Steel Blue. HEX triplet: 98, B9 and DF. RGB value is (152,185,223). Sum of RGB (Red+Green+Blue) = 152+185+223=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #98B9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9DF is #674620. Grayscale: #B3B3B3. Windows color (decimal): -6768161 or 14662040. OLE color: 14662040.
HSL color Cylindrical-coordinate representation of color #98B9DF: hue angle of 212.11º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B9DF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 185 | 223 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.13 |
| HSL | 212.11º | 0.53% | 0.74% | - |
| HSV(B) | 212.11º | 0.32% | 0.87% | - |
| XYZ | 43.62 | 46.7 | 76.53 | - |
| YUV | 179.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 223 | 0.32 | 0.17 | 0 | 0.13 | 212.11 | 0.53 | 0.74 |
| Hex | 98 | B9 | DF | 20 | 11 | 0 | D | D4 | 35 | 4A |
| Octal | 230 | 271 | 337 | 40 | 21 | 0 | 15 | 324 | 65 | 112 |
| Binary | 10011000 | 10111001 | 11011111 | 100000 | 10001 | 0 | 1101 | 11010100 | 110101 | 1001010 |
Color Harmonies of #98B9DF
Complementary color
Monochromatic Colors of #98B9DF
Black with #98B9DF
Text Example
Text Example
White with #98B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B9DF; }
p { color: rgb(152,185,223); }
H1.HeaderClassName
{
color: #98B9DF;
}
.AnyTagClassName
{
color: #98B9DF;
}
</style>
background-color css
<style>
a { background-color: #98B9DF; }
a { background-color: rgb(152,185,223); }
div.DivClassName
{
background-color: #98B9DF;
}
.BgClassName
{
background-color: #98B9DF;
}
</style>
border-color css
<style>
span { border-color: #98B9DF; }
span { border-color: rgb(152,185,223); }
td.TdClassName
{
border-color: #98B9DF;
}
.TagClassName
{
border-color: #98B9DF;
}
</style>