Shades of Regent St Blue #9BBFCB
Tints of Regent St Blue #9BBFCB
RGB
CMYK
RGB Variations
Color information
#9BBFCB (or 0x9BBFCB) is known color: Regent St Blue. HEX triplet: 9B, BF and CB. RGB value is (155,191,203). Sum of RGB (Red+Green+Blue) = 155+191+203=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFCB is #644034. Grayscale: #B5B5B5. Windows color (decimal): -6570037 or 13352859. OLE color: 13352859.
HSL color Cylindrical-coordinate representation of color #9BBFCB: hue angle of 195º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BBFCB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 191 | 203 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.20 |
| HSL | 195º | 0.32% | 0.7% | - |
| HSV(B) | 195º | 0.24% | 0.8% | - |
| XYZ | 42.93 | 48.54 | 63.61 | - |
| YUV | 181.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 203 | 0.24 | 0.06 | 0 | 0.20 | 195 | 0.32 | 0.7 |
| Hex | 9B | BF | CB | 18 | 6 | 0 | 14 | C3 | 20 | 46 |
| Octal | 233 | 277 | 313 | 30 | 6 | 0 | 24 | 303 | 40 | 106 |
| Binary | 10011011 | 10111111 | 11001011 | 11000 | 110 | 0 | 10100 | 11000011 | 100000 | 1000110 |
Color Harmonies of #9BBFCB
Complementary color
Monochromatic Colors of #9BBFCB
Black with #9BBFCB
Text Example
Text Example
White with #9BBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFCB; }
p { color: rgb(155,191,203); }
H1.HeaderClassName
{
color: #9BBFCB;
}
.AnyTagClassName
{
color: #9BBFCB;
}
</style>
background-color css
<style>
a { background-color: #9BBFCB; }
a { background-color: rgb(155,191,203); }
div.DivClassName
{
background-color: #9BBFCB;
}
.BgClassName
{
background-color: #9BBFCB;
}
</style>
border-color css
<style>
span { border-color: #9BBFCB; }
span { border-color: rgb(155,191,203); }
td.TdClassName
{
border-color: #9BBFCB;
}
.TagClassName
{
border-color: #9BBFCB;
}
</style>