Shades of Regent St Blue #98D6DF
Tints of Regent St Blue #98D6DF
RGB
CMYK
RGB Variations
Color information
#98D6DF (or 0x98D6DF) is known color: Regent St Blue. HEX triplet: 98, D6 and DF. RGB value is (152,214,223). Sum of RGB (Red+Green+Blue) = 152+214+223=589 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.81% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #98D6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6DF is #672920. Grayscale: #C4C4C4. Windows color (decimal): -6760737 or 14669464. OLE color: 14669464.
HSL color Cylindrical-coordinate representation of color #98D6DF: hue angle of 187.61º 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 #98D6DF is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 214 | 223 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.13 |
| HSL | 187.61º | 0.53% | 0.74% | - |
| HSV(B) | 187.61º | 0.32% | 0.87% | - |
| XYZ | 50.31 | 60.1 | 78.76 | - |
| YUV | 196.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 223 | 0.32 | 0.04 | 0 | 0.13 | 187.61 | 0.53 | 0.74 |
| Hex | 98 | D6 | DF | 20 | 4 | 0 | D | BC | 35 | 4A |
| Octal | 230 | 326 | 337 | 40 | 4 | 0 | 15 | 274 | 65 | 112 |
| Binary | 10011000 | 11010110 | 11011111 | 100000 | 100 | 0 | 1101 | 10111100 | 110101 | 1001010 |
Color Harmonies of #98D6DF
Complementary color
Monochromatic Colors of #98D6DF
Black with #98D6DF
Text Example
Text Example
White with #98D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6DF; }
p { color: rgb(152,214,223); }
H1.HeaderClassName
{
color: #98D6DF;
}
.AnyTagClassName
{
color: #98D6DF;
}
</style>
background-color css
<style>
a { background-color: #98D6DF; }
a { background-color: rgb(152,214,223); }
div.DivClassName
{
background-color: #98D6DF;
}
.BgClassName
{
background-color: #98D6DF;
}
</style>
border-color css
<style>
span { border-color: #98D6DF; }
span { border-color: rgb(152,214,223); }
td.TdClassName
{
border-color: #98D6DF;
}
.TagClassName
{
border-color: #98D6DF;
}
</style>