Shades of Regent St Blue #9FCBDB
Tints of Regent St Blue #9FCBDB
RGB
CMYK
RGB Variations
Color information
#9FCBDB (or 0x9FCBDB) is known color: Regent St Blue. HEX triplet: 9F, CB and DB. RGB value is (159,203,219). Sum of RGB (Red+Green+Blue) = 159+203+219=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 203 (79.69% from 255 or 34.94% 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 #9FCBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDB is #603424. Grayscale: #BFBFBF. Windows color (decimal): -6304805 or 14404511. OLE color: 14404511.
HSL color Cylindrical-coordinate representation of color #9FCBDB: hue angle of 196º 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 #9FCBDB is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 203 | 219 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.14 |
| HSL | 196º | 0.45% | 0.74% | - |
| HSV(B) | 196º | 0.27% | 0.86% | - |
| XYZ | 48.44 | 55.2 | 75.12 | - |
| YUV | 191.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 219 | 0.27 | 0.07 | 0 | 0.14 | 196 | 0.45 | 0.74 |
| Hex | 9F | CB | DB | 1B | 7 | 0 | E | C4 | 2D | 4A |
| Octal | 237 | 313 | 333 | 33 | 7 | 0 | 16 | 304 | 55 | 112 |
| Binary | 10011111 | 11001011 | 11011011 | 11011 | 111 | 0 | 1110 | 11000100 | 101101 | 1001010 |
Color Harmonies of #9FCBDB
Complementary color
Monochromatic Colors of #9FCBDB
Black with #9FCBDB
Text Example
Text Example
White with #9FCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBDB; }
p { color: rgb(159,203,219); }
H1.HeaderClassName
{
color: #9FCBDB;
}
.AnyTagClassName
{
color: #9FCBDB;
}
</style>
background-color css
<style>
a { background-color: #9FCBDB; }
a { background-color: rgb(159,203,219); }
div.DivClassName
{
background-color: #9FCBDB;
}
.BgClassName
{
background-color: #9FCBDB;
}
</style>
border-color css
<style>
span { border-color: #9FCBDB; }
span { border-color: rgb(159,203,219); }
td.TdClassName
{
border-color: #9FCBDB;
}
.TagClassName
{
border-color: #9FCBDB;
}
</style>