Shades of Regent St Blue #9EC7CE
Tints of Regent St Blue #9EC7CE
RGB
CMYK
RGB Variations
Color information
#9EC7CE (or 0x9EC7CE) is known color: Regent St Blue. HEX triplet: 9E, C7 and CE. RGB value is (158,199,206). Sum of RGB (Red+Green+Blue) = 158+199+206=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #9EC7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC7CE is #613831. Grayscale: #BBBBBB. Windows color (decimal): -6371378 or 13551518. OLE color: 13551518.
HSL color Cylindrical-coordinate representation of color #9EC7CE: hue angle of 188.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EC7CE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 199 | 206 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.19 |
| HSL | 188.75º | 0.33% | 0.71% | - |
| HSV(B) | 188.75º | 0.23% | 0.81% | - |
| XYZ | 45.66 | 52.57 | 66.13 | - |
| YUV | 187.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 206 | 0.23 | 0.03 | 0 | 0.19 | 188.75 | 0.33 | 0.71 |
| Hex | 9E | C7 | CE | 17 | 3 | 0 | 13 | BD | 21 | 47 |
| Octal | 236 | 307 | 316 | 27 | 3 | 0 | 23 | 275 | 41 | 107 |
| Binary | 10011110 | 11000111 | 11001110 | 10111 | 11 | 0 | 10011 | 10111101 | 100001 | 1000111 |
Color Harmonies of #9EC7CE
Complementary color
Monochromatic Colors of #9EC7CE
Black with #9EC7CE
Text Example
Text Example
White with #9EC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC7CE; }
p { color: rgb(158,199,206); }
H1.HeaderClassName
{
color: #9EC7CE;
}
.AnyTagClassName
{
color: #9EC7CE;
}
</style>
background-color css
<style>
a { background-color: #9EC7CE; }
a { background-color: rgb(158,199,206); }
div.DivClassName
{
background-color: #9EC7CE;
}
.BgClassName
{
background-color: #9EC7CE;
}
</style>
border-color css
<style>
span { border-color: #9EC7CE; }
span { border-color: rgb(158,199,206); }
td.TdClassName
{
border-color: #9EC7CE;
}
.TagClassName
{
border-color: #9EC7CE;
}
</style>