Shades of Regent St Blue #98CFDF
Tints of Regent St Blue #98CFDF
RGB
CMYK
RGB Variations
Color information
#98CFDF (or 0x98CFDF) is known color: Regent St Blue. HEX triplet: 98, CF and DF. RGB value is (152,207,223). Sum of RGB (Red+Green+Blue) = 152+207+223=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #98CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFDF is #673020. Grayscale: #C0C0C0. Windows color (decimal): -6762529 or 14667672. OLE color: 14667672.
HSL color Cylindrical-coordinate representation of color #98CFDF: hue angle of 193.52º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CFDF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 207 | 223 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.13 |
| HSL | 193.52º | 0.53% | 0.74% | - |
| HSV(B) | 193.52º | 0.32% | 0.87% | - |
| XYZ | 48.58 | 56.63 | 78.18 | - |
| YUV | 192.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 223 | 0.32 | 0.07 | 0 | 0.13 | 193.52 | 0.53 | 0.74 |
| Hex | 98 | CF | DF | 20 | 7 | 0 | D | C2 | 35 | 4A |
| Octal | 230 | 317 | 337 | 40 | 7 | 0 | 15 | 302 | 65 | 112 |
| Binary | 10011000 | 11001111 | 11011111 | 100000 | 111 | 0 | 1101 | 11000010 | 110101 | 1001010 |
Color Harmonies of #98CFDF
Complementary color
Monochromatic Colors of #98CFDF
Black with #98CFDF
Text Example
Text Example
White with #98CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFDF; }
p { color: rgb(152,207,223); }
H1.HeaderClassName
{
color: #98CFDF;
}
.AnyTagClassName
{
color: #98CFDF;
}
</style>
background-color css
<style>
a { background-color: #98CFDF; }
a { background-color: rgb(152,207,223); }
div.DivClassName
{
background-color: #98CFDF;
}
.BgClassName
{
background-color: #98CFDF;
}
</style>
border-color css
<style>
span { border-color: #98CFDF; }
span { border-color: rgb(152,207,223); }
td.TdClassName
{
border-color: #98CFDF;
}
.TagClassName
{
border-color: #98CFDF;
}
</style>