Shades of Regent St Blue #98C8D5
Tints of Regent St Blue #98C8D5
RGB
CMYK
RGB Variations
Color information
#98C8D5 (or 0x98C8D5) is known color: Regent St Blue. HEX triplet: 98, C8 and D5. RGB value is (152,200,213). Sum of RGB (Red+Green+Blue) = 152+200+213=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #98C8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8D5 is #67372A. Grayscale: #BBBBBB. Windows color (decimal): -6764331 or 14010520. OLE color: 14010520.
HSL color Cylindrical-coordinate representation of color #98C8D5: hue angle of 192.79º 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 #98C8D5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 200 | 213 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.16 |
| HSL | 192.79º | 0.42% | 0.72% | - |
| HSV(B) | 192.79º | 0.29% | 0.84% | - |
| XYZ | 45.61 | 52.79 | 70.74 | - |
| YUV | 187.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 213 | 0.29 | 0.06 | 0 | 0.16 | 192.79 | 0.42 | 0.72 |
| Hex | 98 | C8 | D5 | 1D | 6 | 0 | 10 | C1 | 2A | 48 |
| Octal | 230 | 310 | 325 | 35 | 6 | 0 | 20 | 301 | 52 | 110 |
| Binary | 10011000 | 11001000 | 11010101 | 11101 | 110 | 0 | 10000 | 11000001 | 101010 | 1001000 |
Color Harmonies of #98C8D5
Complementary color
Monochromatic Colors of #98C8D5
Black with #98C8D5
Text Example
Text Example
White with #98C8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8D5; }
p { color: rgb(152,200,213); }
H1.HeaderClassName
{
color: #98C8D5;
}
.AnyTagClassName
{
color: #98C8D5;
}
</style>
background-color css
<style>
a { background-color: #98C8D5; }
a { background-color: rgb(152,200,213); }
div.DivClassName
{
background-color: #98C8D5;
}
.BgClassName
{
background-color: #98C8D5;
}
</style>
border-color css
<style>
span { border-color: #98C8D5; }
span { border-color: rgb(152,200,213); }
td.TdClassName
{
border-color: #98C8D5;
}
.TagClassName
{
border-color: #98C8D5;
}
</style>