Shades of Regent St Blue #9DCDDB
Tints of Regent St Blue #9DCDDB
RGB
CMYK
RGB Variations
Color information
#9DCDDB (or 0x9DCDDB) is known color: Regent St Blue. HEX triplet: 9D, CD and DB. RGB value is (157,205,219). Sum of RGB (Red+Green+Blue) = 157+205+219=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDDB is #623224. Grayscale: #C0C0C0. Windows color (decimal): -6435365 or 14405021. OLE color: 14405021.
HSL color Cylindrical-coordinate representation of color #9DCDDB: hue angle of 193.55º 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 #9DCDDB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 205 | 219 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.14 |
| HSL | 193.55º | 0.46% | 0.74% | - |
| HSV(B) | 193.55º | 0.28% | 0.86% | - |
| XYZ | 48.52 | 55.95 | 75.26 | - |
| YUV | 192.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 219 | 0.28 | 0.06 | 0 | 0.14 | 193.55 | 0.46 | 0.74 |
| Hex | 9D | CD | DB | 1C | 6 | 0 | E | C2 | 2E | 4A |
| Octal | 235 | 315 | 333 | 34 | 6 | 0 | 16 | 302 | 56 | 112 |
| Binary | 10011101 | 11001101 | 11011011 | 11100 | 110 | 0 | 1110 | 11000010 | 101110 | 1001010 |
Color Harmonies of #9DCDDB
Complementary color
Monochromatic Colors of #9DCDDB
Black with #9DCDDB
Text Example
Text Example
White with #9DCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDDB; }
p { color: rgb(157,205,219); }
H1.HeaderClassName
{
color: #9DCDDB;
}
.AnyTagClassName
{
color: #9DCDDB;
}
</style>
background-color css
<style>
a { background-color: #9DCDDB; }
a { background-color: rgb(157,205,219); }
div.DivClassName
{
background-color: #9DCDDB;
}
.BgClassName
{
background-color: #9DCDDB;
}
</style>
border-color css
<style>
span { border-color: #9DCDDB; }
span { border-color: rgb(157,205,219); }
td.TdClassName
{
border-color: #9DCDDB;
}
.TagClassName
{
border-color: #9DCDDB;
}
</style>