Shades of Regent St Blue #9DC6DC
Tints of Regent St Blue #9DC6DC
RGB
CMYK
RGB Variations
Color information
#9DC6DC (or 0x9DC6DC) is known color: Regent St Blue. HEX triplet: 9D, C6 and DC. RGB value is (157,198,220). Sum of RGB (Red+Green+Blue) = 157+198+220=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DC6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6DC is #623923. Grayscale: #BCBCBC. Windows color (decimal): -6437156 or 14468765. OLE color: 14468765.
HSL color Cylindrical-coordinate representation of color #9DC6DC: hue angle of 200.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC6DC is Cyan = 0.29, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 198 | 220 | - |
| CMYK | 0.29 | 0.1 | 0 | 0.14 |
| HSL | 200.95º | 0.47% | 0.74% | - |
| HSV(B) | 200.95º | 0.29% | 0.86% | - |
| XYZ | 47.02 | 52.72 | 75.41 | - |
| YUV | 188.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 220 | 0.29 | 0.1 | 0 | 0.14 | 200.95 | 0.47 | 0.74 |
| Hex | 9D | C6 | DC | 1D | A | 0 | E | C9 | 2F | 4A |
| Octal | 235 | 306 | 334 | 35 | 12 | 0 | 16 | 311 | 57 | 112 |
| Binary | 10011101 | 11000110 | 11011100 | 11101 | 1010 | 0 | 1110 | 11001001 | 101111 | 1001010 |
Color Harmonies of #9DC6DC
Complementary color
Monochromatic Colors of #9DC6DC
Black with #9DC6DC
Text Example
Text Example
White with #9DC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC6DC; }
p { color: rgb(157,198,220); }
H1.HeaderClassName
{
color: #9DC6DC;
}
.AnyTagClassName
{
color: #9DC6DC;
}
</style>
background-color css
<style>
a { background-color: #9DC6DC; }
a { background-color: rgb(157,198,220); }
div.DivClassName
{
background-color: #9DC6DC;
}
.BgClassName
{
background-color: #9DC6DC;
}
</style>
border-color css
<style>
span { border-color: #9DC6DC; }
span { border-color: rgb(157,198,220); }
td.TdClassName
{
border-color: #9DC6DC;
}
.TagClassName
{
border-color: #9DC6DC;
}
</style>