Shades of Regent St Blue #98CCDD
Tints of Regent St Blue #98CCDD
RGB
CMYK
RGB Variations
Color information
#98CCDD (or 0x98CCDD) is known color: Regent St Blue. HEX triplet: 98, CC and DD. RGB value is (152,204,221). Sum of RGB (Red+Green+Blue) = 152+204+221=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #98CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCDD is #673322. Grayscale: #BEBEBE. Windows color (decimal): -6763299 or 14535832. OLE color: 14535832.
HSL color Cylindrical-coordinate representation of color #98CCDD: hue angle of 194.78º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CCDD is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 204 | 221 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.13 |
| HSL | 194.78º | 0.5% | 0.73% | - |
| HSV(B) | 194.78º | 0.31% | 0.87% | - |
| XYZ | 47.59 | 55.08 | 76.53 | - |
| YUV | 190.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 221 | 0.31 | 0.08 | 0 | 0.13 | 194.78 | 0.5 | 0.73 |
| Hex | 98 | CC | DD | 1F | 8 | 0 | D | C3 | 32 | 49 |
| Octal | 230 | 314 | 335 | 37 | 10 | 0 | 15 | 303 | 62 | 111 |
| Binary | 10011000 | 11001100 | 11011101 | 11111 | 1000 | 0 | 1101 | 11000011 | 110010 | 1001001 |
Color Harmonies of #98CCDD
Complementary color
Monochromatic Colors of #98CCDD
Black with #98CCDD
Text Example
Text Example
White with #98CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCDD; }
p { color: rgb(152,204,221); }
H1.HeaderClassName
{
color: #98CCDD;
}
.AnyTagClassName
{
color: #98CCDD;
}
</style>
background-color css
<style>
a { background-color: #98CCDD; }
a { background-color: rgb(152,204,221); }
div.DivClassName
{
background-color: #98CCDD;
}
.BgClassName
{
background-color: #98CCDD;
}
</style>
border-color css
<style>
span { border-color: #98CCDD; }
span { border-color: rgb(152,204,221); }
td.TdClassName
{
border-color: #98CCDD;
}
.TagClassName
{
border-color: #98CCDD;
}
</style>