Shades of Regent St Blue #9DC1CE
Tints of Regent St Blue #9DC1CE
RGB
CMYK
RGB Variations
Color information
#9DC1CE (or 0x9DC1CE) is known color: Regent St Blue. HEX triplet: 9D, C1 and CE. RGB value is (157,193,206). Sum of RGB (Red+Green+Blue) = 157+193+206=556 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.24% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC1CE is #623E31. Grayscale: #B7B7B7. Windows color (decimal): -6438450 or 13549981. OLE color: 13549981.
HSL color Cylindrical-coordinate representation of color #9DC1CE: hue angle of 195.92º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DC1CE is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 193 | 206 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.19 |
| HSL | 195.92º | 0.33% | 0.71% | - |
| HSV(B) | 195.92º | 0.24% | 0.81% | - |
| XYZ | 44.12 | 49.76 | 65.67 | - |
| YUV | 183.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 206 | 0.24 | 0.06 | 0 | 0.19 | 195.92 | 0.33 | 0.71 |
| Hex | 9D | C1 | CE | 18 | 6 | 0 | 13 | C4 | 21 | 47 |
| Octal | 235 | 301 | 316 | 30 | 6 | 0 | 23 | 304 | 41 | 107 |
| Binary | 10011101 | 11000001 | 11001110 | 11000 | 110 | 0 | 10011 | 11000100 | 100001 | 1000111 |
Color Harmonies of #9DC1CE
Complementary color
Monochromatic Colors of #9DC1CE
Black with #9DC1CE
Text Example
Text Example
White with #9DC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC1CE; }
p { color: rgb(157,193,206); }
H1.HeaderClassName
{
color: #9DC1CE;
}
.AnyTagClassName
{
color: #9DC1CE;
}
</style>
background-color css
<style>
a { background-color: #9DC1CE; }
a { background-color: rgb(157,193,206); }
div.DivClassName
{
background-color: #9DC1CE;
}
.BgClassName
{
background-color: #9DC1CE;
}
</style>
border-color css
<style>
span { border-color: #9DC1CE; }
span { border-color: rgb(157,193,206); }
td.TdClassName
{
border-color: #9DC1CE;
}
.TagClassName
{
border-color: #9DC1CE;
}
</style>