Shades of Regent St Blue #98C8D6
Tints of Regent St Blue #98C8D6
RGB
CMYK
RGB Variations
Color information
#98C8D6 (or 0x98C8D6) is known color: Regent St Blue. HEX triplet: 98, C8 and D6. RGB value is (152,200,214). Sum of RGB (Red+Green+Blue) = 152+200+214=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #98C8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C8D6 is #673729. Grayscale: #BBBBBB. Windows color (decimal): -6764330 or 14076056. OLE color: 14076056.
HSL color Cylindrical-coordinate representation of color #98C8D6: hue angle of 193.55º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C8D6 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 200 | 214 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.16 |
| HSL | 193.55º | 0.43% | 0.72% | - |
| HSV(B) | 193.55º | 0.29% | 0.84% | - |
| XYZ | 45.74 | 52.84 | 71.41 | - |
| YUV | 187.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 214 | 0.29 | 0.07 | 0 | 0.16 | 193.55 | 0.43 | 0.72 |
| Hex | 98 | C8 | D6 | 1D | 7 | 0 | 10 | C2 | 2B | 48 |
| Octal | 230 | 310 | 326 | 35 | 7 | 0 | 20 | 302 | 53 | 110 |
| Binary | 10011000 | 11001000 | 11010110 | 11101 | 111 | 0 | 10000 | 11000010 | 101011 | 1001000 |
Color Harmonies of #98C8D6
Complementary color
Monochromatic Colors of #98C8D6
Black with #98C8D6
Text Example
Text Example
White with #98C8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C8D6; }
p { color: rgb(152,200,214); }
H1.HeaderClassName
{
color: #98C8D6;
}
.AnyTagClassName
{
color: #98C8D6;
}
</style>
background-color css
<style>
a { background-color: #98C8D6; }
a { background-color: rgb(152,200,214); }
div.DivClassName
{
background-color: #98C8D6;
}
.BgClassName
{
background-color: #98C8D6;
}
</style>
border-color css
<style>
span { border-color: #98C8D6; }
span { border-color: rgb(152,200,214); }
td.TdClassName
{
border-color: #98C8D6;
}
.TagClassName
{
border-color: #98C8D6;
}
</style>