Shades of Regent St Blue #98CBDB
Tints of Regent St Blue #98CBDB
RGB
CMYK
RGB Variations
Color information
#98CBDB (or 0x98CBDB) is known color: Regent St Blue. HEX triplet: 98, CB and DB. RGB value is (152,203,219). Sum of RGB (Red+Green+Blue) = 152+203+219=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #98CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBDB is #673424. Grayscale: #BDBDBD. Windows color (decimal): -6763557 or 14404504. OLE color: 14404504.
HSL color Cylindrical-coordinate representation of color #98CBDB: hue angle of 194.33º 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 #98CBDB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 203 | 219 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.14 |
| HSL | 194.33º | 0.48% | 0.73% | - |
| HSV(B) | 194.33º | 0.31% | 0.86% | - |
| XYZ | 47.09 | 54.5 | 75.06 | - |
| YUV | 189.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 219 | 0.31 | 0.07 | 0 | 0.14 | 194.33 | 0.48 | 0.73 |
| Hex | 98 | CB | DB | 1F | 7 | 0 | E | C2 | 30 | 49 |
| Octal | 230 | 313 | 333 | 37 | 7 | 0 | 16 | 302 | 60 | 111 |
| Binary | 10011000 | 11001011 | 11011011 | 11111 | 111 | 0 | 1110 | 11000010 | 110000 | 1001001 |
Color Harmonies of #98CBDB
Complementary color
Monochromatic Colors of #98CBDB
Black with #98CBDB
Text Example
Text Example
White with #98CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBDB; }
p { color: rgb(152,203,219); }
H1.HeaderClassName
{
color: #98CBDB;
}
.AnyTagClassName
{
color: #98CBDB;
}
</style>
background-color css
<style>
a { background-color: #98CBDB; }
a { background-color: rgb(152,203,219); }
div.DivClassName
{
background-color: #98CBDB;
}
.BgClassName
{
background-color: #98CBDB;
}
</style>
border-color css
<style>
span { border-color: #98CBDB; }
span { border-color: rgb(152,203,219); }
td.TdClassName
{
border-color: #98CBDB;
}
.TagClassName
{
border-color: #98CBDB;
}
</style>