Shades of Regent St Blue #98C9DB
Tints of Regent St Blue #98C9DB
RGB
CMYK
RGB Variations
Color information
#98C9DB (or 0x98C9DB) is known color: Regent St Blue. HEX triplet: 98, C9 and DB. RGB value is (152,201,219). Sum of RGB (Red+Green+Blue) = 152+201+219=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #98C9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9DB is #673624. Grayscale: #BCBCBC. Windows color (decimal): -6764069 or 14403992. OLE color: 14403992.
HSL color Cylindrical-coordinate representation of color #98C9DB: hue angle of 196.12º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C9DB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 201 | 219 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.14 |
| HSL | 196.12º | 0.48% | 0.73% | - |
| HSV(B) | 196.12º | 0.31% | 0.86% | - |
| XYZ | 46.62 | 53.56 | 74.9 | - |
| YUV | 188.4 | 145.27 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 219 | 0.31 | 0.08 | 0 | 0.14 | 196.12 | 0.48 | 0.73 |
| Hex | 98 | C9 | DB | 1F | 8 | 0 | E | C4 | 30 | 49 |
| Octal | 230 | 311 | 333 | 37 | 10 | 0 | 16 | 304 | 60 | 111 |
| Binary | 10011000 | 11001001 | 11011011 | 11111 | 1000 | 0 | 1110 | 11000100 | 110000 | 1001001 |
Color Harmonies of #98C9DB
Complementary color
Monochromatic Colors of #98C9DB
Black with #98C9DB
Text Example
Text Example
White with #98C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9DB; }
p { color: rgb(152,201,219); }
H1.HeaderClassName
{
color: #98C9DB;
}
.AnyTagClassName
{
color: #98C9DB;
}
</style>
background-color css
<style>
a { background-color: #98C9DB; }
a { background-color: rgb(152,201,219); }
div.DivClassName
{
background-color: #98C9DB;
}
.BgClassName
{
background-color: #98C9DB;
}
</style>
border-color css
<style>
span { border-color: #98C9DB; }
span { border-color: rgb(152,201,219); }
td.TdClassName
{
border-color: #98C9DB;
}
.TagClassName
{
border-color: #98C9DB;
}
</style>