Shades of Regent St Blue #98BFCB
Tints of Regent St Blue #98BFCB
RGB
CMYK
RGB Variations
Color information
#98BFCB (or 0x98BFCB) is known color: Regent St Blue. HEX triplet: 98, BF and CB. RGB value is (152,191,203). Sum of RGB (Red+Green+Blue) = 152+191+203=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #98BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFCB is #674034. Grayscale: #B4B4B4. Windows color (decimal): -6766645 or 13352856. OLE color: 13352856.
HSL color Cylindrical-coordinate representation of color #98BFCB: hue angle of 194.12º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98BFCB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 191 | 203 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.20 |
| HSL | 194.12º | 0.33% | 0.7% | - |
| HSV(B) | 194.12º | 0.25% | 0.8% | - |
| XYZ | 42.36 | 48.25 | 63.58 | - |
| YUV | 180.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 203 | 0.25 | 0.06 | 0 | 0.20 | 194.12 | 0.33 | 0.7 |
| Hex | 98 | BF | CB | 19 | 6 | 0 | 14 | C2 | 21 | 46 |
| Octal | 230 | 277 | 313 | 31 | 6 | 0 | 24 | 302 | 41 | 106 |
| Binary | 10011000 | 10111111 | 11001011 | 11001 | 110 | 0 | 10100 | 11000010 | 100001 | 1000110 |
Color Harmonies of #98BFCB
Complementary color
Monochromatic Colors of #98BFCB
Black with #98BFCB
Text Example
Text Example
White with #98BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFCB; }
p { color: rgb(152,191,203); }
H1.HeaderClassName
{
color: #98BFCB;
}
.AnyTagClassName
{
color: #98BFCB;
}
</style>
background-color css
<style>
a { background-color: #98BFCB; }
a { background-color: rgb(152,191,203); }
div.DivClassName
{
background-color: #98BFCB;
}
.BgClassName
{
background-color: #98BFCB;
}
</style>
border-color css
<style>
span { border-color: #98BFCB; }
span { border-color: rgb(152,191,203); }
td.TdClassName
{
border-color: #98BFCB;
}
.TagClassName
{
border-color: #98BFCB;
}
</style>