Shades of Regent St Blue #9FCDDB
Tints of Regent St Blue #9FCDDB
RGB
CMYK
RGB Variations
Color information
#9FCDDB (or 0x9FCDDB) is known color: Regent St Blue. HEX triplet: 9F, CD and DB. RGB value is (159,205,219). Sum of RGB (Red+Green+Blue) = 159+205+219=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FCDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCDDB is #603224. Grayscale: #C0C0C0. Windows color (decimal): -6304293 or 14405023. OLE color: 14405023.
HSL color Cylindrical-coordinate representation of color #9FCDDB: hue angle of 194º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FCDDB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 205 | 219 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.14 |
| HSL | 194º | 0.45% | 0.74% | - |
| HSV(B) | 194º | 0.27% | 0.86% | - |
| XYZ | 48.92 | 56.15 | 75.28 | - |
| YUV | 192.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 219 | 0.27 | 0.06 | 0 | 0.14 | 194 | 0.45 | 0.74 |
| Hex | 9F | CD | DB | 1B | 6 | 0 | E | C2 | 2D | 4A |
| Octal | 237 | 315 | 333 | 33 | 6 | 0 | 16 | 302 | 55 | 112 |
| Binary | 10011111 | 11001101 | 11011011 | 11011 | 110 | 0 | 1110 | 11000010 | 101101 | 1001010 |
Color Harmonies of #9FCDDB
Complementary color
Monochromatic Colors of #9FCDDB
Black with #9FCDDB
Text Example
Text Example
White with #9FCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDDB; }
p { color: rgb(159,205,219); }
H1.HeaderClassName
{
color: #9FCDDB;
}
.AnyTagClassName
{
color: #9FCDDB;
}
</style>
background-color css
<style>
a { background-color: #9FCDDB; }
a { background-color: rgb(159,205,219); }
div.DivClassName
{
background-color: #9FCDDB;
}
.BgClassName
{
background-color: #9FCDDB;
}
</style>
border-color css
<style>
span { border-color: #9FCDDB; }
span { border-color: rgb(159,205,219); }
td.TdClassName
{
border-color: #9FCDDB;
}
.TagClassName
{
border-color: #9FCDDB;
}
</style>