Shades of Regent St Blue #98CDDB
Tints of Regent St Blue #98CDDB
RGB
CMYK
RGB Variations
Color information
#98CDDB (or 0x98CDDB) is known color: Regent St Blue. HEX triplet: 98, CD and DB. RGB value is (152,205,219). Sum of RGB (Red+Green+Blue) = 152+205+219=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDDB is #673224. Grayscale: #BEBEBE. Windows color (decimal): -6763045 or 14405016. OLE color: 14405016.
HSL color Cylindrical-coordinate representation of color #98CDDB: hue angle of 192.54º 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 #98CDDB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 205 | 219 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.14 |
| HSL | 192.54º | 0.48% | 0.73% | - |
| HSV(B) | 192.54º | 0.31% | 0.86% | - |
| XYZ | 47.57 | 55.45 | 75.21 | - |
| YUV | 190.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 219 | 0.31 | 0.06 | 0 | 0.14 | 192.54 | 0.48 | 0.73 |
| Hex | 98 | CD | DB | 1F | 6 | 0 | E | C1 | 30 | 49 |
| Octal | 230 | 315 | 333 | 37 | 6 | 0 | 16 | 301 | 60 | 111 |
| Binary | 10011000 | 11001101 | 11011011 | 11111 | 110 | 0 | 1110 | 11000001 | 110000 | 1001001 |
Color Harmonies of #98CDDB
Complementary color
Monochromatic Colors of #98CDDB
Black with #98CDDB
Text Example
Text Example
White with #98CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDDB; }
p { color: rgb(152,205,219); }
H1.HeaderClassName
{
color: #98CDDB;
}
.AnyTagClassName
{
color: #98CDDB;
}
</style>
background-color css
<style>
a { background-color: #98CDDB; }
a { background-color: rgb(152,205,219); }
div.DivClassName
{
background-color: #98CDDB;
}
.BgClassName
{
background-color: #98CDDB;
}
</style>
border-color css
<style>
span { border-color: #98CDDB; }
span { border-color: rgb(152,205,219); }
td.TdClassName
{
border-color: #98CDDB;
}
.TagClassName
{
border-color: #98CDDB;
}
</style>