Shades of Regent St Blue #9DC4D9
Tints of Regent St Blue #9DC4D9
RGB
CMYK
RGB Variations
Color information
#9DC4D9 (or 0x9DC4D9) is known color: Regent St Blue. HEX triplet: 9D, C4 and D9. RGB value is (157,196,217). Sum of RGB (Red+Green+Blue) = 157+196+217=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #9DC4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC4D9 is #623B26. Grayscale: #BABABA. Windows color (decimal): -6437671 or 14271645. OLE color: 14271645.
HSL color Cylindrical-coordinate representation of color #9DC4D9: hue angle of 201º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC4D9 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 196 | 217 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.15 |
| HSL | 201º | 0.44% | 0.73% | - |
| HSV(B) | 201º | 0.28% | 0.85% | - |
| XYZ | 46.17 | 51.66 | 73.18 | - |
| YUV | 186.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 217 | 0.28 | 0.10 | 0 | 0.15 | 201 | 0.44 | 0.73 |
| Hex | 9D | C4 | D9 | 1C | A | 0 | F | C9 | 2C | 49 |
| Octal | 235 | 304 | 331 | 34 | 12 | 0 | 17 | 311 | 54 | 111 |
| Binary | 10011101 | 11000100 | 11011001 | 11100 | 1010 | 0 | 1111 | 11001001 | 101100 | 1001001 |
Color Harmonies of #9DC4D9
Complementary color
Monochromatic Colors of #9DC4D9
Black with #9DC4D9
Text Example
Text Example
White with #9DC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC4D9; }
p { color: rgb(157,196,217); }
H1.HeaderClassName
{
color: #9DC4D9;
}
.AnyTagClassName
{
color: #9DC4D9;
}
</style>
background-color css
<style>
a { background-color: #9DC4D9; }
a { background-color: rgb(157,196,217); }
div.DivClassName
{
background-color: #9DC4D9;
}
.BgClassName
{
background-color: #9DC4D9;
}
</style>
border-color css
<style>
span { border-color: #9DC4D9; }
span { border-color: rgb(157,196,217); }
td.TdClassName
{
border-color: #9DC4D9;
}
.TagClassName
{
border-color: #9DC4D9;
}
</style>