Shades of Regent St Blue #98C4CE
Tints of Regent St Blue #98C4CE
RGB
CMYK
RGB Variations
Color information
#98C4CE (or 0x98C4CE) is known color: Regent St Blue. HEX triplet: 98, C4 and CE. RGB value is (152,196,206). Sum of RGB (Red+Green+Blue) = 152+196+206=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #98C4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C4CE is #673B31. Grayscale: #B7B7B7. Windows color (decimal): -6765362 or 13550744. OLE color: 13550744.
HSL color Cylindrical-coordinate representation of color #98C4CE: hue angle of 191.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98C4CE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 196 | 206 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.19 |
| HSL | 191.11º | 0.36% | 0.7% | - |
| HSV(B) | 191.11º | 0.26% | 0.81% | - |
| XYZ | 43.83 | 50.61 | 65.85 | - |
| YUV | 183.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 196 | 206 | 0.26 | 0.05 | 0 | 0.19 | 191.11 | 0.36 | 0.7 |
| Hex | 98 | C4 | CE | 1A | 5 | 0 | 13 | BF | 24 | 46 |
| Octal | 230 | 304 | 316 | 32 | 5 | 0 | 23 | 277 | 44 | 106 |
| Binary | 10011000 | 11000100 | 11001110 | 11010 | 101 | 0 | 10011 | 10111111 | 100100 | 1000110 |
Color Harmonies of #98C4CE
Complementary color
Monochromatic Colors of #98C4CE
Black with #98C4CE
Text Example
Text Example
White with #98C4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C4CE; }
p { color: rgb(152,196,206); }
H1.HeaderClassName
{
color: #98C4CE;
}
.AnyTagClassName
{
color: #98C4CE;
}
</style>
background-color css
<style>
a { background-color: #98C4CE; }
a { background-color: rgb(152,196,206); }
div.DivClassName
{
background-color: #98C4CE;
}
.BgClassName
{
background-color: #98C4CE;
}
</style>
border-color css
<style>
span { border-color: #98C4CE; }
span { border-color: rgb(152,196,206); }
td.TdClassName
{
border-color: #98C4CE;
}
.TagClassName
{
border-color: #98C4CE;
}
</style>