Shades of Regent St Blue #98C8D9
Tints of Regent St Blue #98C8D9
RGB
CMYK
RGB Variations
Color information
#98C8D9 (or 0x98C8D9) is known color: Regent St Blue. HEX triplet: 98, C8 and D9. RGB value is (152,200,217). Sum of RGB (Red+Green+Blue) = 152+200+217=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #98C8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8D9 is #673726. Grayscale: #BBBBBB. Windows color (decimal): -6764327 or 14272664. OLE color: 14272664.
HSL color Cylindrical-coordinate representation of color #98C8D9: hue angle of 195.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98C8D9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 200 | 217 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.15 |
| HSL | 195.69º | 0.46% | 0.72% | - |
| HSV(B) | 195.69º | 0.3% | 0.85% | - |
| XYZ | 46.13 | 52.99 | 73.44 | - |
| YUV | 187.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 217 | 0.30 | 0.08 | 0 | 0.15 | 195.69 | 0.46 | 0.72 |
| Hex | 98 | C8 | D9 | 1E | 8 | 0 | F | C4 | 2E | 48 |
| Octal | 230 | 310 | 331 | 36 | 10 | 0 | 17 | 304 | 56 | 110 |
| Binary | 10011000 | 11001000 | 11011001 | 11110 | 1000 | 0 | 1111 | 11000100 | 101110 | 1001000 |
Color Harmonies of #98C8D9
Complementary color
Monochromatic Colors of #98C8D9
Black with #98C8D9
Text Example
Text Example
White with #98C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8D9; }
p { color: rgb(152,200,217); }
H1.HeaderClassName
{
color: #98C8D9;
}
.AnyTagClassName
{
color: #98C8D9;
}
</style>
background-color css
<style>
a { background-color: #98C8D9; }
a { background-color: rgb(152,200,217); }
div.DivClassName
{
background-color: #98C8D9;
}
.BgClassName
{
background-color: #98C8D9;
}
</style>
border-color css
<style>
span { border-color: #98C8D9; }
span { border-color: rgb(152,200,217); }
td.TdClassName
{
border-color: #98C8D9;
}
.TagClassName
{
border-color: #98C8D9;
}
</style>