Shades of Regent St Blue #98C5D5
Tints of Regent St Blue #98C5D5
RGB
CMYK
RGB Variations
Color information
#98C5D5 (or 0x98C5D5) is known color: Regent St Blue. HEX triplet: 98, C5 and D5. RGB value is (152,197,213). Sum of RGB (Red+Green+Blue) = 152+197+213=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #98C5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5D5 is #673A2A. Grayscale: #B9B9B9. Windows color (decimal): -6765099 or 14009752. OLE color: 14009752.
HSL color Cylindrical-coordinate representation of color #98C5D5: hue angle of 195.74º degrees, saturation: 0.42, 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 #98C5D5 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 197 | 213 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.16 |
| HSL | 195.74º | 0.42% | 0.72% | - |
| HSV(B) | 195.74º | 0.29% | 0.84% | - |
| XYZ | 44.93 | 51.41 | 70.51 | - |
| YUV | 185.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 213 | 0.29 | 0.08 | 0 | 0.16 | 195.74 | 0.42 | 0.72 |
| Hex | 98 | C5 | D5 | 1D | 8 | 0 | 10 | C4 | 2A | 48 |
| Octal | 230 | 305 | 325 | 35 | 10 | 0 | 20 | 304 | 52 | 110 |
| Binary | 10011000 | 11000101 | 11010101 | 11101 | 1000 | 0 | 10000 | 11000100 | 101010 | 1001000 |
Color Harmonies of #98C5D5
Complementary color
Monochromatic Colors of #98C5D5
Black with #98C5D5
Text Example
Text Example
White with #98C5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5D5; }
p { color: rgb(152,197,213); }
H1.HeaderClassName
{
color: #98C5D5;
}
.AnyTagClassName
{
color: #98C5D5;
}
</style>
background-color css
<style>
a { background-color: #98C5D5; }
a { background-color: rgb(152,197,213); }
div.DivClassName
{
background-color: #98C5D5;
}
.BgClassName
{
background-color: #98C5D5;
}
</style>
border-color css
<style>
span { border-color: #98C5D5; }
span { border-color: rgb(152,197,213); }
td.TdClassName
{
border-color: #98C5D5;
}
.TagClassName
{
border-color: #98C5D5;
}
</style>