Shades of Regent St Blue #9FCBDF
Tints of Regent St Blue #9FCBDF
RGB
CMYK
RGB Variations
Color information
#9FCBDF (or 0x9FCBDF) is known color: Regent St Blue. HEX triplet: 9F, CB and DF. RGB value is (159,203,223). Sum of RGB (Red+Green+Blue) = 159+203+223=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FCBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBDF is #603420. Grayscale: #C0C0C0. Windows color (decimal): -6304801 or 14666655. OLE color: 14666655.
HSL color Cylindrical-coordinate representation of color #9FCBDF: hue angle of 198.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FCBDF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 203 | 223 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.13 |
| HSL | 198.75º | 0.5% | 0.75% | - |
| HSV(B) | 198.75º | 0.29% | 0.87% | - |
| XYZ | 48.97 | 55.41 | 77.93 | - |
| YUV | 192.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 223 | 0.29 | 0.09 | 0 | 0.13 | 198.75 | 0.5 | 0.75 |
| Hex | 9F | CB | DF | 1D | 9 | 0 | D | C7 | 32 | 4B |
| Octal | 237 | 313 | 337 | 35 | 11 | 0 | 15 | 307 | 62 | 113 |
| Binary | 10011111 | 11001011 | 11011111 | 11101 | 1001 | 0 | 1101 | 11000111 | 110010 | 1001011 |
Color Harmonies of #9FCBDF
Complementary color
Monochromatic Colors of #9FCBDF
Black with #9FCBDF
Text Example
Text Example
White with #9FCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBDF; }
p { color: rgb(159,203,223); }
H1.HeaderClassName
{
color: #9FCBDF;
}
.AnyTagClassName
{
color: #9FCBDF;
}
</style>
background-color css
<style>
a { background-color: #9FCBDF; }
a { background-color: rgb(159,203,223); }
div.DivClassName
{
background-color: #9FCBDF;
}
.BgClassName
{
background-color: #9FCBDF;
}
</style>
border-color css
<style>
span { border-color: #9FCBDF; }
span { border-color: rgb(159,203,223); }
td.TdClassName
{
border-color: #9FCBDF;
}
.TagClassName
{
border-color: #9FCBDF;
}
</style>