Shades of Regent St Blue #9EC5CD
Tints of Regent St Blue #9EC5CD
RGB
CMYK
RGB Variations
Color information
#9EC5CD (or 0x9EC5CD) is known color: Regent St Blue. HEX triplet: 9E, C5 and CD. RGB value is (158,197,205). Sum of RGB (Red+Green+Blue) = 158+197+205=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC5CD is #613A32. Grayscale: #BABABA. Windows color (decimal): -6371891 or 13485470. OLE color: 13485470.
HSL color Cylindrical-coordinate representation of color #9EC5CD: hue angle of 190.21º 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 #9EC5CD is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 197 | 205 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.20 |
| HSL | 190.21º | 0.32% | 0.71% | - |
| HSV(B) | 190.21º | 0.23% | 0.8% | - |
| XYZ | 45.09 | 51.61 | 65.34 | - |
| YUV | 186.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 205 | 0.23 | 0.04 | 0 | 0.20 | 190.21 | 0.32 | 0.71 |
| Hex | 9E | C5 | CD | 17 | 4 | 0 | 14 | BE | 20 | 47 |
| Octal | 236 | 305 | 315 | 27 | 4 | 0 | 24 | 276 | 40 | 107 |
| Binary | 10011110 | 11000101 | 11001101 | 10111 | 100 | 0 | 10100 | 10111110 | 100000 | 1000111 |
Color Harmonies of #9EC5CD
Complementary color
Monochromatic Colors of #9EC5CD
Black with #9EC5CD
Text Example
Text Example
White with #9EC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC5CD; }
p { color: rgb(158,197,205); }
H1.HeaderClassName
{
color: #9EC5CD;
}
.AnyTagClassName
{
color: #9EC5CD;
}
</style>
background-color css
<style>
a { background-color: #9EC5CD; }
a { background-color: rgb(158,197,205); }
div.DivClassName
{
background-color: #9EC5CD;
}
.BgClassName
{
background-color: #9EC5CD;
}
</style>
border-color css
<style>
span { border-color: #9EC5CD; }
span { border-color: rgb(158,197,205); }
td.TdClassName
{
border-color: #9EC5CD;
}
.TagClassName
{
border-color: #9EC5CD;
}
</style>