Shades of Regent St Blue #9CD3DB
Tints of Regent St Blue #9CD3DB
RGB
CMYK
RGB Variations
Color information
#9CD3DB (or 0x9CD3DB) is known color: Regent St Blue. HEX triplet: 9C, D3 and DB. RGB value is (156,211,219). Sum of RGB (Red+Green+Blue) = 156+211+219=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD3DB is #632C24. Grayscale: #C3C3C3. Windows color (decimal): -6499365 or 14406556. OLE color: 14406556.
HSL color Cylindrical-coordinate representation of color #9CD3DB: hue angle of 187.62º 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 #9CD3DB is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 211 | 219 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.14 |
| HSL | 187.62º | 0.47% | 0.74% | - |
| HSV(B) | 187.62º | 0.29% | 0.86% | - |
| XYZ | 49.79 | 58.77 | 75.74 | - |
| YUV | 195.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 211 | 219 | 0.29 | 0.04 | 0 | 0.14 | 187.62 | 0.47 | 0.74 |
| Hex | 9C | D3 | DB | 1D | 4 | 0 | E | BC | 2F | 4A |
| Octal | 234 | 323 | 333 | 35 | 4 | 0 | 16 | 274 | 57 | 112 |
| Binary | 10011100 | 11010011 | 11011011 | 11101 | 100 | 0 | 1110 | 10111100 | 101111 | 1001010 |
Color Harmonies of #9CD3DB
Complementary color
Monochromatic Colors of #9CD3DB
Black with #9CD3DB
Text Example
Text Example
White with #9CD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD3DB; }
p { color: rgb(156,211,219); }
H1.HeaderClassName
{
color: #9CD3DB;
}
.AnyTagClassName
{
color: #9CD3DB;
}
</style>
background-color css
<style>
a { background-color: #9CD3DB; }
a { background-color: rgb(156,211,219); }
div.DivClassName
{
background-color: #9CD3DB;
}
.BgClassName
{
background-color: #9CD3DB;
}
</style>
border-color css
<style>
span { border-color: #9CD3DB; }
span { border-color: rgb(156,211,219); }
td.TdClassName
{
border-color: #9CD3DB;
}
.TagClassName
{
border-color: #9CD3DB;
}
</style>