Shades of Regent St Blue #98CBD6
Tints of Regent St Blue #98CBD6
RGB
CMYK
RGB Variations
Color information
#98CBD6 (or 0x98CBD6) is known color: Regent St Blue. HEX triplet: 98, CB and D6. RGB value is (152,203,214). Sum of RGB (Red+Green+Blue) = 152+203+214=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #98CBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBD6 is #673429. Grayscale: #BCBCBC. Windows color (decimal): -6763562 or 14076824. OLE color: 14076824.
HSL color Cylindrical-coordinate representation of color #98CBD6: hue angle of 190.65º 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 #98CBD6 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 203 | 214 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.16 |
| HSL | 190.65º | 0.43% | 0.72% | - |
| HSV(B) | 190.65º | 0.29% | 0.84% | - |
| XYZ | 46.44 | 54.24 | 71.64 | - |
| YUV | 189.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 214 | 0.29 | 0.05 | 0 | 0.16 | 190.65 | 0.43 | 0.72 |
| Hex | 98 | CB | D6 | 1D | 5 | 0 | 10 | BF | 2B | 48 |
| Octal | 230 | 313 | 326 | 35 | 5 | 0 | 20 | 277 | 53 | 110 |
| Binary | 10011000 | 11001011 | 11010110 | 11101 | 101 | 0 | 10000 | 10111111 | 101011 | 1001000 |
Color Harmonies of #98CBD6
Complementary color
Monochromatic Colors of #98CBD6
Black with #98CBD6
Text Example
Text Example
White with #98CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBD6; }
p { color: rgb(152,203,214); }
H1.HeaderClassName
{
color: #98CBD6;
}
.AnyTagClassName
{
color: #98CBD6;
}
</style>
background-color css
<style>
a { background-color: #98CBD6; }
a { background-color: rgb(152,203,214); }
div.DivClassName
{
background-color: #98CBD6;
}
.BgClassName
{
background-color: #98CBD6;
}
</style>
border-color css
<style>
span { border-color: #98CBD6; }
span { border-color: rgb(152,203,214); }
td.TdClassName
{
border-color: #98CBD6;
}
.TagClassName
{
border-color: #98CBD6;
}
</style>