Shades of Regent St Blue #98C0CE
Tints of Regent St Blue #98C0CE
RGB
CMYK
RGB Variations
Color information
#98C0CE (or 0x98C0CE) is known color: Regent St Blue. HEX triplet: 98, C0 and CE. RGB value is (152,192,206). Sum of RGB (Red+Green+Blue) = 152+192+206=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #98C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C0CE is #673F31. Grayscale: #B5B5B5. Windows color (decimal): -6766386 or 13549720. OLE color: 13549720.
HSL color Cylindrical-coordinate representation of color #98C0CE: hue angle of 195.56º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98C0CE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 192 | 206 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.19 |
| HSL | 195.56º | 0.36% | 0.7% | - |
| HSV(B) | 195.56º | 0.26% | 0.81% | - |
| XYZ | 42.94 | 48.83 | 65.55 | - |
| YUV | 181.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 206 | 0.26 | 0.07 | 0 | 0.19 | 195.56 | 0.36 | 0.7 |
| Hex | 98 | C0 | CE | 1A | 7 | 0 | 13 | C4 | 24 | 46 |
| Octal | 230 | 300 | 316 | 32 | 7 | 0 | 23 | 304 | 44 | 106 |
| Binary | 10011000 | 11000000 | 11001110 | 11010 | 111 | 0 | 10011 | 11000100 | 100100 | 1000110 |
Color Harmonies of #98C0CE
Complementary color
Monochromatic Colors of #98C0CE
Black with #98C0CE
Text Example
Text Example
White with #98C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0CE; }
p { color: rgb(152,192,206); }
H1.HeaderClassName
{
color: #98C0CE;
}
.AnyTagClassName
{
color: #98C0CE;
}
</style>
background-color css
<style>
a { background-color: #98C0CE; }
a { background-color: rgb(152,192,206); }
div.DivClassName
{
background-color: #98C0CE;
}
.BgClassName
{
background-color: #98C0CE;
}
</style>
border-color css
<style>
span { border-color: #98C0CE; }
span { border-color: rgb(152,192,206); }
td.TdClassName
{
border-color: #98C0CE;
}
.TagClassName
{
border-color: #98C0CE;
}
</style>