Shades of Regent St Blue #9DCCDB
Tints of Regent St Blue #9DCCDB
RGB
CMYK
RGB Variations
Color information
#9DCCDB (or 0x9DCCDB) is known color: Regent St Blue. HEX triplet: 9D, CC and DB. RGB value is (157,204,219). Sum of RGB (Red+Green+Blue) = 157+204+219=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DCCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCDB is #623324. Grayscale: #BFBFBF. Windows color (decimal): -6435621 or 14404765. OLE color: 14404765.
HSL color Cylindrical-coordinate representation of color #9DCCDB: hue angle of 194.52º 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 #9DCCDB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 204 | 219 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.14 |
| HSL | 194.52º | 0.46% | 0.74% | - |
| HSV(B) | 194.52º | 0.28% | 0.86% | - |
| XYZ | 48.28 | 55.47 | 75.18 | - |
| YUV | 191.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 219 | 0.28 | 0.07 | 0 | 0.14 | 194.52 | 0.46 | 0.74 |
| Hex | 9D | CC | DB | 1C | 7 | 0 | E | C3 | 2E | 4A |
| Octal | 235 | 314 | 333 | 34 | 7 | 0 | 16 | 303 | 56 | 112 |
| Binary | 10011101 | 11001100 | 11011011 | 11100 | 111 | 0 | 1110 | 11000011 | 101110 | 1001010 |
Color Harmonies of #9DCCDB
Complementary color
Monochromatic Colors of #9DCCDB
Black with #9DCCDB
Text Example
Text Example
White with #9DCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCDB; }
p { color: rgb(157,204,219); }
H1.HeaderClassName
{
color: #9DCCDB;
}
.AnyTagClassName
{
color: #9DCCDB;
}
</style>
background-color css
<style>
a { background-color: #9DCCDB; }
a { background-color: rgb(157,204,219); }
div.DivClassName
{
background-color: #9DCCDB;
}
.BgClassName
{
background-color: #9DCCDB;
}
</style>
border-color css
<style>
span { border-color: #9DCCDB; }
span { border-color: rgb(157,204,219); }
td.TdClassName
{
border-color: #9DCCDB;
}
.TagClassName
{
border-color: #9DCCDB;
}
</style>