Shades of Regent St Blue #9DC6DB
Tints of Regent St Blue #9DC6DB
RGB
CMYK
RGB Variations
Color information
#9DC6DB (or 0x9DC6DB) is known color: Regent St Blue. HEX triplet: 9D, C6 and DB. RGB value is (157,198,219). Sum of RGB (Red+Green+Blue) = 157+198+219=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6DB is #623924. Grayscale: #BCBCBC. Windows color (decimal): -6437157 or 14403229. OLE color: 14403229.
HSL color Cylindrical-coordinate representation of color #9DC6DB: hue angle of 200.32º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC6DB is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 198 | 219 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.14 |
| HSL | 200.32º | 0.46% | 0.74% | - |
| HSV(B) | 200.32º | 0.28% | 0.86% | - |
| XYZ | 46.88 | 52.67 | 74.71 | - |
| YUV | 188.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 219 | 0.28 | 0.10 | 0 | 0.14 | 200.32 | 0.46 | 0.74 |
| Hex | 9D | C6 | DB | 1C | A | 0 | E | C8 | 2E | 4A |
| Octal | 235 | 306 | 333 | 34 | 12 | 0 | 16 | 310 | 56 | 112 |
| Binary | 10011101 | 11000110 | 11011011 | 11100 | 1010 | 0 | 1110 | 11001000 | 101110 | 1001010 |
Color Harmonies of #9DC6DB
Complementary color
Monochromatic Colors of #9DC6DB
Black with #9DC6DB
Text Example
Text Example
White with #9DC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC6DB; }
p { color: rgb(157,198,219); }
H1.HeaderClassName
{
color: #9DC6DB;
}
.AnyTagClassName
{
color: #9DC6DB;
}
</style>
background-color css
<style>
a { background-color: #9DC6DB; }
a { background-color: rgb(157,198,219); }
div.DivClassName
{
background-color: #9DC6DB;
}
.BgClassName
{
background-color: #9DC6DB;
}
</style>
border-color css
<style>
span { border-color: #9DC6DB; }
span { border-color: rgb(157,198,219); }
td.TdClassName
{
border-color: #9DC6DB;
}
.TagClassName
{
border-color: #9DC6DB;
}
</style>