Shades of Regent St Blue #98C9D7
Tints of Regent St Blue #98C9D7
RGB
CMYK
RGB Variations
Color information
#98C9D7 (or 0x98C9D7) is known color: Regent St Blue. HEX triplet: 98, C9 and D7. RGB value is (152,201,215). Sum of RGB (Red+Green+Blue) = 152+201+215=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #98C9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9D7 is #673628. Grayscale: #BBBBBB. Windows color (decimal): -6764073 or 14141848. OLE color: 14141848.
HSL color Cylindrical-coordinate representation of color #98C9D7: hue angle of 193.33º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C9D7 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 201 | 215 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.16 |
| HSL | 193.33º | 0.44% | 0.72% | - |
| HSV(B) | 193.33º | 0.29% | 0.84% | - |
| XYZ | 46.1 | 53.35 | 72.16 | - |
| YUV | 187.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 215 | 0.29 | 0.07 | 0 | 0.16 | 193.33 | 0.44 | 0.72 |
| Hex | 98 | C9 | D7 | 1D | 7 | 0 | 10 | C1 | 2C | 48 |
| Octal | 230 | 311 | 327 | 35 | 7 | 0 | 20 | 301 | 54 | 110 |
| Binary | 10011000 | 11001001 | 11010111 | 11101 | 111 | 0 | 10000 | 11000001 | 101100 | 1001000 |
Color Harmonies of #98C9D7
Complementary color
Monochromatic Colors of #98C9D7
Black with #98C9D7
Text Example
Text Example
White with #98C9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9D7; }
p { color: rgb(152,201,215); }
H1.HeaderClassName
{
color: #98C9D7;
}
.AnyTagClassName
{
color: #98C9D7;
}
</style>
background-color css
<style>
a { background-color: #98C9D7; }
a { background-color: rgb(152,201,215); }
div.DivClassName
{
background-color: #98C9D7;
}
.BgClassName
{
background-color: #98C9D7;
}
</style>
border-color css
<style>
span { border-color: #98C9D7; }
span { border-color: rgb(152,201,215); }
td.TdClassName
{
border-color: #98C9D7;
}
.TagClassName
{
border-color: #98C9D7;
}
</style>