Shades of Regent St Blue #9FCED8
Tints of Regent St Blue #9FCED8
RGB
CMYK
RGB Variations
Color information
#9FCED8 (or 0x9FCED8) is known color: Regent St Blue. HEX triplet: 9F, CE and D8. RGB value is (159,206,216). Sum of RGB (Red+Green+Blue) = 159+206+216=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #9FCED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCED8 is #603127. Grayscale: #C0C0C0. Windows color (decimal): -6304040 or 14208671. OLE color: 14208671.
HSL color Cylindrical-coordinate representation of color #9FCED8: hue angle of 190.53º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FCED8 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 206 | 216 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.15 |
| HSL | 190.53º | 0.42% | 0.74% | - |
| HSV(B) | 190.53º | 0.26% | 0.85% | - |
| XYZ | 48.76 | 56.47 | 73.3 | - |
| YUV | 193.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 216 | 0.26 | 0.05 | 0 | 0.15 | 190.53 | 0.42 | 0.74 |
| Hex | 9F | CE | D8 | 1A | 5 | 0 | F | BF | 2A | 4A |
| Octal | 237 | 316 | 330 | 32 | 5 | 0 | 17 | 277 | 52 | 112 |
| Binary | 10011111 | 11001110 | 11011000 | 11010 | 101 | 0 | 1111 | 10111111 | 101010 | 1001010 |
Color Harmonies of #9FCED8
Complementary color
Monochromatic Colors of #9FCED8
Black with #9FCED8
Text Example
Text Example
White with #9FCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCED8; }
p { color: rgb(159,206,216); }
H1.HeaderClassName
{
color: #9FCED8;
}
.AnyTagClassName
{
color: #9FCED8;
}
</style>
background-color css
<style>
a { background-color: #9FCED8; }
a { background-color: rgb(159,206,216); }
div.DivClassName
{
background-color: #9FCED8;
}
.BgClassName
{
background-color: #9FCED8;
}
</style>
border-color css
<style>
span { border-color: #9FCED8; }
span { border-color: rgb(159,206,216); }
td.TdClassName
{
border-color: #9FCED8;
}
.TagClassName
{
border-color: #9FCED8;
}
</style>