Shades of Regent St Blue #98CBDF
Tints of Regent St Blue #98CBDF
RGB
CMYK
RGB Variations
Color information
#98CBDF (or 0x98CBDF) is known color: Regent St Blue. HEX triplet: 98, CB and DF. RGB value is (152,203,223). Sum of RGB (Red+Green+Blue) = 152+203+223=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #98CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBDF is #673420. Grayscale: #BDBDBD. Windows color (decimal): -6763553 or 14666648. OLE color: 14666648.
HSL color Cylindrical-coordinate representation of color #98CBDF: hue angle of 196.9º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98CBDF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 203 | 223 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.13 |
| HSL | 196.9º | 0.53% | 0.74% | - |
| HSV(B) | 196.9º | 0.32% | 0.87% | - |
| XYZ | 47.62 | 54.71 | 77.86 | - |
| YUV | 190.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 223 | 0.32 | 0.09 | 0 | 0.13 | 196.9 | 0.53 | 0.74 |
| Hex | 98 | CB | DF | 20 | 9 | 0 | D | C5 | 35 | 4A |
| Octal | 230 | 313 | 337 | 40 | 11 | 0 | 15 | 305 | 65 | 112 |
| Binary | 10011000 | 11001011 | 11011111 | 100000 | 1001 | 0 | 1101 | 11000101 | 110101 | 1001010 |
Color Harmonies of #98CBDF
Complementary color
Monochromatic Colors of #98CBDF
Black with #98CBDF
Text Example
Text Example
White with #98CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBDF; }
p { color: rgb(152,203,223); }
H1.HeaderClassName
{
color: #98CBDF;
}
.AnyTagClassName
{
color: #98CBDF;
}
</style>
background-color css
<style>
a { background-color: #98CBDF; }
a { background-color: rgb(152,203,223); }
div.DivClassName
{
background-color: #98CBDF;
}
.BgClassName
{
background-color: #98CBDF;
}
</style>
border-color css
<style>
span { border-color: #98CBDF; }
span { border-color: rgb(152,203,223); }
td.TdClassName
{
border-color: #98CBDF;
}
.TagClassName
{
border-color: #98CBDF;
}
</style>