Shades of Regent St Blue #9DC0CE
Tints of Regent St Blue #9DC0CE
RGB
CMYK
RGB Variations
Color information
#9DC0CE (or 0x9DC0CE) is known color: Regent St Blue. HEX triplet: 9D, C0 and CE. RGB value is (157,192,206). Sum of RGB (Red+Green+Blue) = 157+192+206=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC0CE is #623F31. Grayscale: #B7B7B7. Windows color (decimal): -6438706 or 13549725. OLE color: 13549725.
HSL color Cylindrical-coordinate representation of color #9DC0CE: hue angle of 197.14º 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 #9DC0CE is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 192 | 206 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.19 |
| HSL | 197.14º | 0.33% | 0.71% | - |
| HSV(B) | 197.14º | 0.24% | 0.81% | - |
| XYZ | 43.89 | 49.32 | 65.6 | - |
| YUV | 183.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 206 | 0.24 | 0.07 | 0 | 0.19 | 197.14 | 0.33 | 0.71 |
| Hex | 9D | C0 | CE | 18 | 7 | 0 | 13 | C5 | 21 | 47 |
| Octal | 235 | 300 | 316 | 30 | 7 | 0 | 23 | 305 | 41 | 107 |
| Binary | 10011101 | 11000000 | 11001110 | 11000 | 111 | 0 | 10011 | 11000101 | 100001 | 1000111 |
Color Harmonies of #9DC0CE
Complementary color
Monochromatic Colors of #9DC0CE
Black with #9DC0CE
Text Example
Text Example
White with #9DC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0CE; }
p { color: rgb(157,192,206); }
H1.HeaderClassName
{
color: #9DC0CE;
}
.AnyTagClassName
{
color: #9DC0CE;
}
</style>
background-color css
<style>
a { background-color: #9DC0CE; }
a { background-color: rgb(157,192,206); }
div.DivClassName
{
background-color: #9DC0CE;
}
.BgClassName
{
background-color: #9DC0CE;
}
</style>
border-color css
<style>
span { border-color: #9DC0CE; }
span { border-color: rgb(157,192,206); }
td.TdClassName
{
border-color: #9DC0CE;
}
.TagClassName
{
border-color: #9DC0CE;
}
</style>