Shades of Regent St Blue #9FCED6
Tints of Regent St Blue #9FCED6
RGB
CMYK
RGB Variations
Color information
#9FCED6 (or 0x9FCED6) is known color: Regent St Blue. HEX triplet: 9F, CE and D6. RGB value is (159,206,214). Sum of RGB (Red+Green+Blue) = 159+206+214=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FCED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCED6 is #603129. Grayscale: #C0C0C0. Windows color (decimal): -6304042 or 14077599. OLE color: 14077599.
HSL color Cylindrical-coordinate representation of color #9FCED6: hue angle of 188.73º 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 #9FCED6 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 206 | 214 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.16 |
| HSL | 188.73º | 0.4% | 0.73% | - |
| HSV(B) | 188.73º | 0.26% | 0.84% | - |
| XYZ | 48.51 | 56.37 | 71.94 | - |
| YUV | 192.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 214 | 0.26 | 0.04 | 0 | 0.16 | 188.73 | 0.4 | 0.73 |
| Hex | 9F | CE | D6 | 1A | 4 | 0 | 10 | BD | 28 | 49 |
| Octal | 237 | 316 | 326 | 32 | 4 | 0 | 20 | 275 | 50 | 111 |
| Binary | 10011111 | 11001110 | 11010110 | 11010 | 100 | 0 | 10000 | 10111101 | 101000 | 1001001 |
Color Harmonies of #9FCED6
Complementary color
Monochromatic Colors of #9FCED6
Black with #9FCED6
Text Example
Text Example
White with #9FCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCED6; }
p { color: rgb(159,206,214); }
H1.HeaderClassName
{
color: #9FCED6;
}
.AnyTagClassName
{
color: #9FCED6;
}
</style>
background-color css
<style>
a { background-color: #9FCED6; }
a { background-color: rgb(159,206,214); }
div.DivClassName
{
background-color: #9FCED6;
}
.BgClassName
{
background-color: #9FCED6;
}
</style>
border-color css
<style>
span { border-color: #9FCED6; }
span { border-color: rgb(159,206,214); }
td.TdClassName
{
border-color: #9FCED6;
}
.TagClassName
{
border-color: #9FCED6;
}
</style>