Shades of Regent St Blue #9EC7CF
Tints of Regent St Blue #9EC7CF
RGB
CMYK
RGB Variations
Color information
#9EC7CF (or 0x9EC7CF) is known color: Regent St Blue. HEX triplet: 9E, C7 and CF. RGB value is (158,199,207). Sum of RGB (Red+Green+Blue) = 158+199+207=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #9EC7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC7CF is #613830. Grayscale: #BBBBBB. Windows color (decimal): -6371377 or 13617054. OLE color: 13617054.
HSL color Cylindrical-coordinate representation of color #9EC7CF: hue angle of 189.8º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EC7CF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 199 | 207 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.19 |
| HSL | 189.8º | 0.34% | 0.72% | - |
| HSV(B) | 189.8º | 0.24% | 0.81% | - |
| XYZ | 45.79 | 52.62 | 66.78 | - |
| YUV | 187.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 207 | 0.24 | 0.04 | 0 | 0.19 | 189.8 | 0.34 | 0.72 |
| Hex | 9E | C7 | CF | 18 | 4 | 0 | 13 | BE | 22 | 48 |
| Octal | 236 | 307 | 317 | 30 | 4 | 0 | 23 | 276 | 42 | 110 |
| Binary | 10011110 | 11000111 | 11001111 | 11000 | 100 | 0 | 10011 | 10111110 | 100010 | 1001000 |
Color Harmonies of #9EC7CF
Complementary color
Monochromatic Colors of #9EC7CF
Black with #9EC7CF
Text Example
Text Example
White with #9EC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC7CF; }
p { color: rgb(158,199,207); }
H1.HeaderClassName
{
color: #9EC7CF;
}
.AnyTagClassName
{
color: #9EC7CF;
}
</style>
background-color css
<style>
a { background-color: #9EC7CF; }
a { background-color: rgb(158,199,207); }
div.DivClassName
{
background-color: #9EC7CF;
}
.BgClassName
{
background-color: #9EC7CF;
}
</style>
border-color css
<style>
span { border-color: #9EC7CF; }
span { border-color: rgb(158,199,207); }
td.TdClassName
{
border-color: #9EC7CF;
}
.TagClassName
{
border-color: #9EC7CF;
}
</style>