Shades of Regent St Blue #98CDD9
Tints of Regent St Blue #98CDD9
RGB
CMYK
RGB Variations
Color information
#98CDD9 (or 0x98CDD9) is known color: Regent St Blue. HEX triplet: 98, CD and D9. RGB value is (152,205,217). Sum of RGB (Red+Green+Blue) = 152+205+217=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #98CDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDD9 is #673226. Grayscale: #BEBEBE. Windows color (decimal): -6763047 or 14273944. OLE color: 14273944.
HSL color Cylindrical-coordinate representation of color #98CDD9: hue angle of 191.08º 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 #98CDD9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 205 | 217 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.15 |
| HSL | 191.08º | 0.46% | 0.72% | - |
| HSV(B) | 191.08º | 0.3% | 0.85% | - |
| XYZ | 47.3 | 55.35 | 73.84 | - |
| YUV | 190.52 | 142.94 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 217 | 0.30 | 0.06 | 0 | 0.15 | 191.08 | 0.46 | 0.72 |
| Hex | 98 | CD | D9 | 1E | 6 | 0 | F | BF | 2E | 48 |
| Octal | 230 | 315 | 331 | 36 | 6 | 0 | 17 | 277 | 56 | 110 |
| Binary | 10011000 | 11001101 | 11011001 | 11110 | 110 | 0 | 1111 | 10111111 | 101110 | 1001000 |
Color Harmonies of #98CDD9
Complementary color
Monochromatic Colors of #98CDD9
Black with #98CDD9
Text Example
Text Example
White with #98CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDD9; }
p { color: rgb(152,205,217); }
H1.HeaderClassName
{
color: #98CDD9;
}
.AnyTagClassName
{
color: #98CDD9;
}
</style>
background-color css
<style>
a { background-color: #98CDD9; }
a { background-color: rgb(152,205,217); }
div.DivClassName
{
background-color: #98CDD9;
}
.BgClassName
{
background-color: #98CDD9;
}
</style>
border-color css
<style>
span { border-color: #98CDD9; }
span { border-color: rgb(152,205,217); }
td.TdClassName
{
border-color: #98CDD9;
}
.TagClassName
{
border-color: #98CDD9;
}
</style>