Shades of Regent St Blue #98C1CF
Tints of Regent St Blue #98C1CF
RGB
CMYK
RGB Variations
Color information
#98C1CF (or 0x98C1CF) is known color: Regent St Blue. HEX triplet: 98, C1 and CF. RGB value is (152,193,207). Sum of RGB (Red+Green+Blue) = 152+193+207=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #98C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1CF is #673E30. Grayscale: #B6B6B6. Windows color (decimal): -6766129 or 13615512. OLE color: 13615512.
HSL color Cylindrical-coordinate representation of color #98C1CF: hue angle of 195.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98C1CF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 193 | 207 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.19 |
| HSL | 195.27º | 0.36% | 0.7% | - |
| HSV(B) | 195.27º | 0.27% | 0.81% | - |
| XYZ | 43.28 | 49.32 | 66.27 | - |
| YUV | 182.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 207 | 0.27 | 0.07 | 0 | 0.19 | 195.27 | 0.36 | 0.7 |
| Hex | 98 | C1 | CF | 1B | 7 | 0 | 13 | C3 | 24 | 46 |
| Octal | 230 | 301 | 317 | 33 | 7 | 0 | 23 | 303 | 44 | 106 |
| Binary | 10011000 | 11000001 | 11001111 | 11011 | 111 | 0 | 10011 | 11000011 | 100100 | 1000110 |
Color Harmonies of #98C1CF
Complementary color
Monochromatic Colors of #98C1CF
Black with #98C1CF
Text Example
Text Example
White with #98C1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1CF; }
p { color: rgb(152,193,207); }
H1.HeaderClassName
{
color: #98C1CF;
}
.AnyTagClassName
{
color: #98C1CF;
}
</style>
background-color css
<style>
a { background-color: #98C1CF; }
a { background-color: rgb(152,193,207); }
div.DivClassName
{
background-color: #98C1CF;
}
.BgClassName
{
background-color: #98C1CF;
}
</style>
border-color css
<style>
span { border-color: #98C1CF; }
span { border-color: rgb(152,193,207); }
td.TdClassName
{
border-color: #98C1CF;
}
.TagClassName
{
border-color: #98C1CF;
}
</style>