Shades of Regent St Blue #98CCDB
Tints of Regent St Blue #98CCDB
RGB
CMYK
RGB Variations
Color information
#98CCDB (or 0x98CCDB) is known color: Regent St Blue. HEX triplet: 98, CC and DB. RGB value is (152,204,219). Sum of RGB (Red+Green+Blue) = 152+204+219=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCDB is #673324. Grayscale: #BEBEBE. Windows color (decimal): -6763301 or 14404760. OLE color: 14404760.
HSL color Cylindrical-coordinate representation of color #98CCDB: hue angle of 193.43º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98CCDB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 204 | 219 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.14 |
| HSL | 193.43º | 0.48% | 0.73% | - |
| HSV(B) | 193.43º | 0.31% | 0.86% | - |
| XYZ | 47.33 | 54.98 | 75.13 | - |
| YUV | 190.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 219 | 0.31 | 0.07 | 0 | 0.14 | 193.43 | 0.48 | 0.73 |
| Hex | 98 | CC | DB | 1F | 7 | 0 | E | C1 | 30 | 49 |
| Octal | 230 | 314 | 333 | 37 | 7 | 0 | 16 | 301 | 60 | 111 |
| Binary | 10011000 | 11001100 | 11011011 | 11111 | 111 | 0 | 1110 | 11000001 | 110000 | 1001001 |
Color Harmonies of #98CCDB
Complementary color
Monochromatic Colors of #98CCDB
Black with #98CCDB
Text Example
Text Example
White with #98CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCDB; }
p { color: rgb(152,204,219); }
H1.HeaderClassName
{
color: #98CCDB;
}
.AnyTagClassName
{
color: #98CCDB;
}
</style>
background-color css
<style>
a { background-color: #98CCDB; }
a { background-color: rgb(152,204,219); }
div.DivClassName
{
background-color: #98CCDB;
}
.BgClassName
{
background-color: #98CCDB;
}
</style>
border-color css
<style>
span { border-color: #98CCDB; }
span { border-color: rgb(152,204,219); }
td.TdClassName
{
border-color: #98CCDB;
}
.TagClassName
{
border-color: #98CCDB;
}
</style>