Shades of Regent St Blue #9FCFD6
Tints of Regent St Blue #9FCFD6
RGB
CMYK
RGB Variations
Color information
#9FCFD6 (or 0x9FCFD6) is known color: Regent St Blue. HEX triplet: 9F, CF and D6. RGB value is (159,207,214). Sum of RGB (Red+Green+Blue) = 159+207+214=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FCFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFD6 is #603029. Grayscale: #C1C1C1. Windows color (decimal): -6303786 or 14077855. OLE color: 14077855.
HSL color Cylindrical-coordinate representation of color #9FCFD6: hue angle of 187.64º 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 #9FCFD6 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 207 | 214 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.16 |
| HSL | 187.64º | 0.4% | 0.73% | - |
| HSV(B) | 187.64º | 0.26% | 0.84% | - |
| XYZ | 48.75 | 56.85 | 72.02 | - |
| YUV | 193.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 214 | 0.26 | 0.03 | 0 | 0.16 | 187.64 | 0.4 | 0.73 |
| Hex | 9F | CF | D6 | 1A | 3 | 0 | 10 | BC | 28 | 49 |
| Octal | 237 | 317 | 326 | 32 | 3 | 0 | 20 | 274 | 50 | 111 |
| Binary | 10011111 | 11001111 | 11010110 | 11010 | 11 | 0 | 10000 | 10111100 | 101000 | 1001001 |
Color Harmonies of #9FCFD6
Complementary color
Monochromatic Colors of #9FCFD6
Black with #9FCFD6
Text Example
Text Example
White with #9FCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFD6; }
p { color: rgb(159,207,214); }
H1.HeaderClassName
{
color: #9FCFD6;
}
.AnyTagClassName
{
color: #9FCFD6;
}
</style>
background-color css
<style>
a { background-color: #9FCFD6; }
a { background-color: rgb(159,207,214); }
div.DivClassName
{
background-color: #9FCFD6;
}
.BgClassName
{
background-color: #9FCFD6;
}
</style>
border-color css
<style>
span { border-color: #9FCFD6; }
span { border-color: rgb(159,207,214); }
td.TdClassName
{
border-color: #9FCFD6;
}
.TagClassName
{
border-color: #9FCFD6;
}
</style>