Shades of Regent St Blue #9FC8CF
Tints of Regent St Blue #9FC8CF
RGB
CMYK
RGB Variations
Color information
#9FC8CF (or 0x9FC8CF) is known color: Regent St Blue. HEX triplet: 9F, C8 and CF. RGB value is (159,200,207). Sum of RGB (Red+Green+Blue) = 159+200+207=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FC8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC8CF is #603730. Grayscale: #BCBCBC. Windows color (decimal): -6305585 or 13617311. OLE color: 13617311.
HSL color Cylindrical-coordinate representation of color #9FC8CF: hue angle of 188.75º 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 #9FC8CF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 200 | 207 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.19 |
| HSL | 188.75º | 0.33% | 0.72% | - |
| HSV(B) | 188.75º | 0.23% | 0.81% | - |
| XYZ | 46.21 | 53.18 | 66.86 | - |
| YUV | 188.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 207 | 0.23 | 0.03 | 0 | 0.19 | 188.75 | 0.33 | 0.72 |
| Hex | 9F | C8 | CF | 17 | 3 | 0 | 13 | BD | 21 | 48 |
| Octal | 237 | 310 | 317 | 27 | 3 | 0 | 23 | 275 | 41 | 110 |
| Binary | 10011111 | 11001000 | 11001111 | 10111 | 11 | 0 | 10011 | 10111101 | 100001 | 1001000 |
Color Harmonies of #9FC8CF
Complementary color
Monochromatic Colors of #9FC8CF
Black with #9FC8CF
Text Example
Text Example
White with #9FC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC8CF; }
p { color: rgb(159,200,207); }
H1.HeaderClassName
{
color: #9FC8CF;
}
.AnyTagClassName
{
color: #9FC8CF;
}
</style>
background-color css
<style>
a { background-color: #9FC8CF; }
a { background-color: rgb(159,200,207); }
div.DivClassName
{
background-color: #9FC8CF;
}
.BgClassName
{
background-color: #9FC8CF;
}
</style>
border-color css
<style>
span { border-color: #9FC8CF; }
span { border-color: rgb(159,200,207); }
td.TdClassName
{
border-color: #9FC8CF;
}
.TagClassName
{
border-color: #9FC8CF;
}
</style>