Shades of Regent St Blue #9FCBDD
Tints of Regent St Blue #9FCBDD
RGB
CMYK
RGB Variations
Color information
#9FCBDD (or 0x9FCBDD) is known color: Regent St Blue. HEX triplet: 9F, CB and DD. RGB value is (159,203,221). Sum of RGB (Red+Green+Blue) = 159+203+221=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDD is #603422. Grayscale: #BFBFBF. Windows color (decimal): -6304803 or 14535583. OLE color: 14535583.
HSL color Cylindrical-coordinate representation of color #9FCBDD: hue angle of 197.42º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCBDD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 203 | 221 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.13 |
| HSL | 197.42º | 0.48% | 0.75% | - |
| HSV(B) | 197.42º | 0.28% | 0.87% | - |
| XYZ | 48.71 | 55.3 | 76.51 | - |
| YUV | 191.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 221 | 0.28 | 0.08 | 0 | 0.13 | 197.42 | 0.48 | 0.75 |
| Hex | 9F | CB | DD | 1C | 8 | 0 | D | C5 | 30 | 4B |
| Octal | 237 | 313 | 335 | 34 | 10 | 0 | 15 | 305 | 60 | 113 |
| Binary | 10011111 | 11001011 | 11011101 | 11100 | 1000 | 0 | 1101 | 11000101 | 110000 | 1001011 |
Color Harmonies of #9FCBDD
Complementary color
Monochromatic Colors of #9FCBDD
Black with #9FCBDD
Text Example
Text Example
White with #9FCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBDD; }
p { color: rgb(159,203,221); }
H1.HeaderClassName
{
color: #9FCBDD;
}
.AnyTagClassName
{
color: #9FCBDD;
}
</style>
background-color css
<style>
a { background-color: #9FCBDD; }
a { background-color: rgb(159,203,221); }
div.DivClassName
{
background-color: #9FCBDD;
}
.BgClassName
{
background-color: #9FCBDD;
}
</style>
border-color css
<style>
span { border-color: #9FCBDD; }
span { border-color: rgb(159,203,221); }
td.TdClassName
{
border-color: #9FCBDD;
}
.TagClassName
{
border-color: #9FCBDD;
}
</style>