Shades of Regent St Blue #98D3DF
Tints of Regent St Blue #98D3DF
RGB
CMYK
RGB Variations
Color information
#98D3DF (or 0x98D3DF) is known color: Regent St Blue. HEX triplet: 98, D3 and DF. RGB value is (152,211,223). Sum of RGB (Red+Green+Blue) = 152+211+223=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #98D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D3DF is #672C20. Grayscale: #C2C2C2. Windows color (decimal): -6761505 or 14668696. OLE color: 14668696.
HSL color Cylindrical-coordinate representation of color #98D3DF: hue angle of 190.14º 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 #98D3DF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 211 | 223 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.13 |
| HSL | 190.14º | 0.53% | 0.74% | - |
| HSV(B) | 190.14º | 0.32% | 0.87% | - |
| XYZ | 49.56 | 58.59 | 78.51 | - |
| YUV | 194.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 223 | 0.32 | 0.05 | 0 | 0.13 | 190.14 | 0.53 | 0.74 |
| Hex | 98 | D3 | DF | 20 | 5 | 0 | D | BE | 35 | 4A |
| Octal | 230 | 323 | 337 | 40 | 5 | 0 | 15 | 276 | 65 | 112 |
| Binary | 10011000 | 11010011 | 11011111 | 100000 | 101 | 0 | 1101 | 10111110 | 110101 | 1001010 |
Color Harmonies of #98D3DF
Complementary color
Monochromatic Colors of #98D3DF
Black with #98D3DF
Text Example
Text Example
White with #98D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3DF; }
p { color: rgb(152,211,223); }
H1.HeaderClassName
{
color: #98D3DF;
}
.AnyTagClassName
{
color: #98D3DF;
}
</style>
background-color css
<style>
a { background-color: #98D3DF; }
a { background-color: rgb(152,211,223); }
div.DivClassName
{
background-color: #98D3DF;
}
.BgClassName
{
background-color: #98D3DF;
}
</style>
border-color css
<style>
span { border-color: #98D3DF; }
span { border-color: rgb(152,211,223); }
td.TdClassName
{
border-color: #98D3DF;
}
.TagClassName
{
border-color: #98D3DF;
}
</style>