Shades of Regent St Blue #9FBFCF
Tints of Regent St Blue #9FBFCF
RGB
CMYK
RGB Variations
Color information
#9FBFCF (or 0x9FBFCF) is known color: Regent St Blue. HEX triplet: 9F, BF and CF. RGB value is (159,191,207). Sum of RGB (Red+Green+Blue) = 159+191+207=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FBFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFCF is #604030. Grayscale: #B7B7B7. Windows color (decimal): -6307889 or 13615007. OLE color: 13615007.
HSL color Cylindrical-coordinate representation of color #9FBFCF: hue angle of 200º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FBFCF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 191 | 207 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.19 |
| HSL | 200º | 0.33% | 0.72% | - |
| HSV(B) | 200º | 0.23% | 0.81% | - |
| XYZ | 44.19 | 49.14 | 66.19 | - |
| YUV | 183.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 207 | 0.23 | 0.08 | 0 | 0.19 | 200 | 0.33 | 0.72 |
| Hex | 9F | BF | CF | 17 | 8 | 0 | 13 | C8 | 21 | 48 |
| Octal | 237 | 277 | 317 | 27 | 10 | 0 | 23 | 310 | 41 | 110 |
| Binary | 10011111 | 10111111 | 11001111 | 10111 | 1000 | 0 | 10011 | 11001000 | 100001 | 1001000 |
Color Harmonies of #9FBFCF
Complementary color
Monochromatic Colors of #9FBFCF
Black with #9FBFCF
Text Example
Text Example
White with #9FBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBFCF; }
p { color: rgb(159,191,207); }
H1.HeaderClassName
{
color: #9FBFCF;
}
.AnyTagClassName
{
color: #9FBFCF;
}
</style>
background-color css
<style>
a { background-color: #9FBFCF; }
a { background-color: rgb(159,191,207); }
div.DivClassName
{
background-color: #9FBFCF;
}
.BgClassName
{
background-color: #9FBFCF;
}
</style>
border-color css
<style>
span { border-color: #9FBFCF; }
span { border-color: rgb(159,191,207); }
td.TdClassName
{
border-color: #9FBFCF;
}
.TagClassName
{
border-color: #9FBFCF;
}
</style>