Shades of Regent St Blue #98CCD9
Tints of Regent St Blue #98CCD9
RGB
CMYK
RGB Variations
Color information
#98CCD9 (or 0x98CCD9) is known color: Regent St Blue. HEX triplet: 98, CC and D9. RGB value is (152,204,217). Sum of RGB (Red+Green+Blue) = 152+204+217=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #98CCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCD9 is #673326. Grayscale: #BDBDBD. Windows color (decimal): -6763303 or 14273688. OLE color: 14273688.
HSL color Cylindrical-coordinate representation of color #98CCD9: hue angle of 192º 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 #98CCD9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 204 | 217 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.15 |
| HSL | 192º | 0.46% | 0.72% | - |
| HSV(B) | 192º | 0.3% | 0.85% | - |
| XYZ | 47.07 | 54.87 | 73.76 | - |
| YUV | 189.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 217 | 0.30 | 0.06 | 0 | 0.15 | 192 | 0.46 | 0.72 |
| Hex | 98 | CC | D9 | 1E | 6 | 0 | F | C0 | 2E | 48 |
| Octal | 230 | 314 | 331 | 36 | 6 | 0 | 17 | 300 | 56 | 110 |
| Binary | 10011000 | 11001100 | 11011001 | 11110 | 110 | 0 | 1111 | 11000000 | 101110 | 1001000 |
Color Harmonies of #98CCD9
Complementary color
Monochromatic Colors of #98CCD9
Black with #98CCD9
Text Example
Text Example
White with #98CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCD9; }
p { color: rgb(152,204,217); }
H1.HeaderClassName
{
color: #98CCD9;
}
.AnyTagClassName
{
color: #98CCD9;
}
</style>
background-color css
<style>
a { background-color: #98CCD9; }
a { background-color: rgb(152,204,217); }
div.DivClassName
{
background-color: #98CCD9;
}
.BgClassName
{
background-color: #98CCD9;
}
</style>
border-color css
<style>
span { border-color: #98CCD9; }
span { border-color: rgb(152,204,217); }
td.TdClassName
{
border-color: #98CCD9;
}
.TagClassName
{
border-color: #98CCD9;
}
</style>