Shades of Regent St Blue #9FCBD6
Tints of Regent St Blue #9FCBD6
RGB
CMYK
RGB Variations
Color information
#9FCBD6 (or 0x9FCBD6) is known color: Regent St Blue. HEX triplet: 9F, CB and D6. RGB value is (159,203,214). Sum of RGB (Red+Green+Blue) = 159+203+214=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FCBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBD6 is #603429. Grayscale: #BFBFBF. Windows color (decimal): -6304810 or 14076831. OLE color: 14076831.
HSL color Cylindrical-coordinate representation of color #9FCBD6: hue angle of 192º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FCBD6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 203 | 214 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.16 |
| HSL | 192º | 0.4% | 0.73% | - |
| HSV(B) | 192º | 0.26% | 0.84% | - |
| XYZ | 47.79 | 54.94 | 71.7 | - |
| YUV | 191.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 214 | 0.26 | 0.05 | 0 | 0.16 | 192 | 0.4 | 0.73 |
| Hex | 9F | CB | D6 | 1A | 5 | 0 | 10 | C0 | 28 | 49 |
| Octal | 237 | 313 | 326 | 32 | 5 | 0 | 20 | 300 | 50 | 111 |
| Binary | 10011111 | 11001011 | 11010110 | 11010 | 101 | 0 | 10000 | 11000000 | 101000 | 1001001 |
Color Harmonies of #9FCBD6
Complementary color
Monochromatic Colors of #9FCBD6
Black with #9FCBD6
Text Example
Text Example
White with #9FCBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBD6; }
p { color: rgb(159,203,214); }
H1.HeaderClassName
{
color: #9FCBD6;
}
.AnyTagClassName
{
color: #9FCBD6;
}
</style>
background-color css
<style>
a { background-color: #9FCBD6; }
a { background-color: rgb(159,203,214); }
div.DivClassName
{
background-color: #9FCBD6;
}
.BgClassName
{
background-color: #9FCBD6;
}
</style>
border-color css
<style>
span { border-color: #9FCBD6; }
span { border-color: rgb(159,203,214); }
td.TdClassName
{
border-color: #9FCBD6;
}
.TagClassName
{
border-color: #9FCBD6;
}
</style>