Shades of Regent St Blue #9EC6CD
Tints of Regent St Blue #9EC6CD
RGB
CMYK
RGB Variations
Color information
#9EC6CD (or 0x9EC6CD) is known color: Regent St Blue. HEX triplet: 9E, C6 and CD. RGB value is (158,198,205). Sum of RGB (Red+Green+Blue) = 158+198+205=561 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.16% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC6CD is #613932. Grayscale: #BABABA. Windows color (decimal): -6371635 or 13485726. OLE color: 13485726.
HSL color Cylindrical-coordinate representation of color #9EC6CD: hue angle of 188.94º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EC6CD is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 198 | 205 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.20 |
| HSL | 188.94º | 0.32% | 0.71% | - |
| HSV(B) | 188.94º | 0.23% | 0.8% | - |
| XYZ | 45.31 | 52.07 | 65.42 | - |
| YUV | 186.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 205 | 0.23 | 0.03 | 0 | 0.20 | 188.94 | 0.32 | 0.71 |
| Hex | 9E | C6 | CD | 17 | 3 | 0 | 14 | BD | 20 | 47 |
| Octal | 236 | 306 | 315 | 27 | 3 | 0 | 24 | 275 | 40 | 107 |
| Binary | 10011110 | 11000110 | 11001101 | 10111 | 11 | 0 | 10100 | 10111101 | 100000 | 1000111 |
Color Harmonies of #9EC6CD
Complementary color
Monochromatic Colors of #9EC6CD
Black with #9EC6CD
Text Example
Text Example
White with #9EC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC6CD; }
p { color: rgb(158,198,205); }
H1.HeaderClassName
{
color: #9EC6CD;
}
.AnyTagClassName
{
color: #9EC6CD;
}
</style>
background-color css
<style>
a { background-color: #9EC6CD; }
a { background-color: rgb(158,198,205); }
div.DivClassName
{
background-color: #9EC6CD;
}
.BgClassName
{
background-color: #9EC6CD;
}
</style>
border-color css
<style>
span { border-color: #9EC6CD; }
span { border-color: rgb(158,198,205); }
td.TdClassName
{
border-color: #9EC6CD;
}
.TagClassName
{
border-color: #9EC6CD;
}
</style>