Shades of Regent St Blue #9DC6CE
Tints of Regent St Blue #9DC6CE
RGB
CMYK
RGB Variations
Color information
#9DC6CE (or 0x9DC6CE) is known color: Regent St Blue. HEX triplet: 9D, C6 and CE. RGB value is (157,198,206). Sum of RGB (Red+Green+Blue) = 157+198+206=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6CE is #623931. Grayscale: #BABABA. Windows color (decimal): -6437170 or 13551261. OLE color: 13551261.
HSL color Cylindrical-coordinate representation of color #9DC6CE: hue angle of 189.8º 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 #9DC6CE is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 198 | 206 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.19 |
| HSL | 189.8º | 0.33% | 0.71% | - |
| HSV(B) | 189.8º | 0.24% | 0.81% | - |
| XYZ | 45.24 | 52.01 | 66.05 | - |
| YUV | 186.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 206 | 0.24 | 0.04 | 0 | 0.19 | 189.8 | 0.33 | 0.71 |
| Hex | 9D | C6 | CE | 18 | 4 | 0 | 13 | BE | 21 | 47 |
| Octal | 235 | 306 | 316 | 30 | 4 | 0 | 23 | 276 | 41 | 107 |
| Binary | 10011101 | 11000110 | 11001110 | 11000 | 100 | 0 | 10011 | 10111110 | 100001 | 1000111 |
Color Harmonies of #9DC6CE
Complementary color
Monochromatic Colors of #9DC6CE
Black with #9DC6CE
Text Example
Text Example
White with #9DC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC6CE; }
p { color: rgb(157,198,206); }
H1.HeaderClassName
{
color: #9DC6CE;
}
.AnyTagClassName
{
color: #9DC6CE;
}
</style>
background-color css
<style>
a { background-color: #9DC6CE; }
a { background-color: rgb(157,198,206); }
div.DivClassName
{
background-color: #9DC6CE;
}
.BgClassName
{
background-color: #9DC6CE;
}
</style>
border-color css
<style>
span { border-color: #9DC6CE; }
span { border-color: rgb(157,198,206); }
td.TdClassName
{
border-color: #9DC6CE;
}
.TagClassName
{
border-color: #9DC6CE;
}
</style>