Shades of Regent St Blue #98D4DF
Tints of Regent St Blue #98D4DF
RGB
CMYK
RGB Variations
Color information
#98D4DF (or 0x98D4DF) is known color: Regent St Blue. HEX triplet: 98, D4 and DF. RGB value is (152,212,223). Sum of RGB (Red+Green+Blue) = 152+212+223=587 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.89% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #98D4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D4DF is #672B20. Grayscale: #C3C3C3. Windows color (decimal): -6761249 or 14668952. OLE color: 14668952.
HSL color Cylindrical-coordinate representation of color #98D4DF: hue angle of 189.3º 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 #98D4DF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 212 | 223 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.13 |
| HSL | 189.3º | 0.53% | 0.74% | - |
| HSV(B) | 189.3º | 0.32% | 0.87% | - |
| XYZ | 49.81 | 59.09 | 78.59 | - |
| YUV | 195.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 223 | 0.32 | 0.05 | 0 | 0.13 | 189.3 | 0.53 | 0.74 |
| Hex | 98 | D4 | DF | 20 | 5 | 0 | D | BD | 35 | 4A |
| Octal | 230 | 324 | 337 | 40 | 5 | 0 | 15 | 275 | 65 | 112 |
| Binary | 10011000 | 11010100 | 11011111 | 100000 | 101 | 0 | 1101 | 10111101 | 110101 | 1001010 |
Color Harmonies of #98D4DF
Complementary color
Monochromatic Colors of #98D4DF
Black with #98D4DF
Text Example
Text Example
White with #98D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D4DF; }
p { color: rgb(152,212,223); }
H1.HeaderClassName
{
color: #98D4DF;
}
.AnyTagClassName
{
color: #98D4DF;
}
</style>
background-color css
<style>
a { background-color: #98D4DF; }
a { background-color: rgb(152,212,223); }
div.DivClassName
{
background-color: #98D4DF;
}
.BgClassName
{
background-color: #98D4DF;
}
</style>
border-color css
<style>
span { border-color: #98D4DF; }
span { border-color: rgb(152,212,223); }
td.TdClassName
{
border-color: #98D4DF;
}
.TagClassName
{
border-color: #98D4DF;
}
</style>