Shades of Regent St Blue #98C8DB
Tints of Regent St Blue #98C8DB
RGB
CMYK
RGB Variations
Color information
#98C8DB (or 0x98C8DB) is known color: Regent St Blue. HEX triplet: 98, C8 and DB. RGB value is (152,200,219). Sum of RGB (Red+Green+Blue) = 152+200+219=571 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.62% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #98C8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8DB is #673724. Grayscale: #BBBBBB. Windows color (decimal): -6764325 or 14403736. OLE color: 14403736.
HSL color Cylindrical-coordinate representation of color #98C8DB: hue angle of 197.01º 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 #98C8DB is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 200 | 219 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.14 |
| HSL | 197.01º | 0.48% | 0.73% | - |
| HSV(B) | 197.01º | 0.31% | 0.86% | - |
| XYZ | 46.39 | 53.1 | 74.82 | - |
| YUV | 187.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 219 | 0.31 | 0.09 | 0 | 0.14 | 197.01 | 0.48 | 0.73 |
| Hex | 98 | C8 | DB | 1F | 9 | 0 | E | C5 | 30 | 49 |
| Octal | 230 | 310 | 333 | 37 | 11 | 0 | 16 | 305 | 60 | 111 |
| Binary | 10011000 | 11001000 | 11011011 | 11111 | 1001 | 0 | 1110 | 11000101 | 110000 | 1001001 |
Color Harmonies of #98C8DB
Complementary color
Monochromatic Colors of #98C8DB
Black with #98C8DB
Text Example
Text Example
White with #98C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8DB; }
p { color: rgb(152,200,219); }
H1.HeaderClassName
{
color: #98C8DB;
}
.AnyTagClassName
{
color: #98C8DB;
}
</style>
background-color css
<style>
a { background-color: #98C8DB; }
a { background-color: rgb(152,200,219); }
div.DivClassName
{
background-color: #98C8DB;
}
.BgClassName
{
background-color: #98C8DB;
}
</style>
border-color css
<style>
span { border-color: #98C8DB; }
span { border-color: rgb(152,200,219); }
td.TdClassName
{
border-color: #98C8DB;
}
.TagClassName
{
border-color: #98C8DB;
}
</style>