Shades of Regent St Blue #9FC1CB
Tints of Regent St Blue #9FC1CB
RGB
CMYK
RGB Variations
Color information
#9FC1CB (or 0x9FC1CB) is known color: Regent St Blue. HEX triplet: 9F, C1 and CB. RGB value is (159,193,203). Sum of RGB (Red+Green+Blue) = 159+193+203=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1CB is #603E34. Grayscale: #B7B7B7. Windows color (decimal): -6307381 or 13353375. OLE color: 13353375.
HSL color Cylindrical-coordinate representation of color #9FC1CB: hue angle of 193.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC1CB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 193 | 203 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.20 |
| HSL | 193.64º | 0.3% | 0.71% | - |
| HSV(B) | 193.64º | 0.22% | 0.8% | - |
| XYZ | 44.15 | 49.82 | 63.79 | - |
| YUV | 183.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 203 | 0.22 | 0.05 | 0 | 0.20 | 193.64 | 0.3 | 0.71 |
| Hex | 9F | C1 | CB | 16 | 5 | 0 | 14 | C2 | 1E | 47 |
| Octal | 237 | 301 | 313 | 26 | 5 | 0 | 24 | 302 | 36 | 107 |
| Binary | 10011111 | 11000001 | 11001011 | 10110 | 101 | 0 | 10100 | 11000010 | 11110 | 1000111 |
Color Harmonies of #9FC1CB
Complementary color
Monochromatic Colors of #9FC1CB
Black with #9FC1CB
Text Example
Text Example
White with #9FC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC1CB; }
p { color: rgb(159,193,203); }
H1.HeaderClassName
{
color: #9FC1CB;
}
.AnyTagClassName
{
color: #9FC1CB;
}
</style>
background-color css
<style>
a { background-color: #9FC1CB; }
a { background-color: rgb(159,193,203); }
div.DivClassName
{
background-color: #9FC1CB;
}
.BgClassName
{
background-color: #9FC1CB;
}
</style>
border-color css
<style>
span { border-color: #9FC1CB; }
span { border-color: rgb(159,193,203); }
td.TdClassName
{
border-color: #9FC1CB;
}
.TagClassName
{
border-color: #9FC1CB;
}
</style>