Shades of Regent St Blue #98C3DB
Tints of Regent St Blue #98C3DB
RGB
CMYK
RGB Variations
Color information
#98C3DB (or 0x98C3DB) is known color: Regent St Blue. HEX triplet: 98, C3 and DB. RGB value is (152,195,219). Sum of RGB (Red+Green+Blue) = 152+195+219=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #98C3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C3DB is #673C24. Grayscale: #B8B8B8. Windows color (decimal): -6765605 or 14402456. OLE color: 14402456.
HSL color Cylindrical-coordinate representation of color #98C3DB: hue angle of 201.49º 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 #98C3DB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 195 | 219 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.14 |
| HSL | 201.49º | 0.48% | 0.73% | - |
| HSV(B) | 201.49º | 0.31% | 0.86% | - |
| XYZ | 45.25 | 50.82 | 74.44 | - |
| YUV | 184.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 219 | 0.31 | 0.11 | 0 | 0.14 | 201.49 | 0.48 | 0.73 |
| Hex | 98 | C3 | DB | 1F | B | 0 | E | C9 | 30 | 49 |
| Octal | 230 | 303 | 333 | 37 | 13 | 0 | 16 | 311 | 60 | 111 |
| Binary | 10011000 | 11000011 | 11011011 | 11111 | 1011 | 0 | 1110 | 11001001 | 110000 | 1001001 |
Color Harmonies of #98C3DB
Complementary color
Monochromatic Colors of #98C3DB
Black with #98C3DB
Text Example
Text Example
White with #98C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C3DB; }
p { color: rgb(152,195,219); }
H1.HeaderClassName
{
color: #98C3DB;
}
.AnyTagClassName
{
color: #98C3DB;
}
</style>
background-color css
<style>
a { background-color: #98C3DB; }
a { background-color: rgb(152,195,219); }
div.DivClassName
{
background-color: #98C3DB;
}
.BgClassName
{
background-color: #98C3DB;
}
</style>
border-color css
<style>
span { border-color: #98C3DB; }
span { border-color: rgb(152,195,219); }
td.TdClassName
{
border-color: #98C3DB;
}
.TagClassName
{
border-color: #98C3DB;
}
</style>