Shades of Regent St Blue #9FCBD9
Tints of Regent St Blue #9FCBD9
RGB
CMYK
RGB Variations
Color information
#9FCBD9 (or 0x9FCBD9) is known color: Regent St Blue. HEX triplet: 9F, CB and D9. RGB value is (159,203,217). Sum of RGB (Red+Green+Blue) = 159+203+217=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #9FCBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBD9 is #603426. Grayscale: #BFBFBF. Windows color (decimal): -6304807 or 14273439. OLE color: 14273439.
HSL color Cylindrical-coordinate representation of color #9FCBD9: hue angle of 194.48º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FCBD9 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 203 | 217 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.15 |
| HSL | 194.48º | 0.43% | 0.74% | - |
| HSV(B) | 194.48º | 0.27% | 0.85% | - |
| XYZ | 48.18 | 55.09 | 73.74 | - |
| YUV | 191.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 217 | 0.27 | 0.06 | 0 | 0.15 | 194.48 | 0.43 | 0.74 |
| Hex | 9F | CB | D9 | 1B | 6 | 0 | F | C2 | 2B | 4A |
| Octal | 237 | 313 | 331 | 33 | 6 | 0 | 17 | 302 | 53 | 112 |
| Binary | 10011111 | 11001011 | 11011001 | 11011 | 110 | 0 | 1111 | 11000010 | 101011 | 1001010 |
Color Harmonies of #9FCBD9
Complementary color
Monochromatic Colors of #9FCBD9
Black with #9FCBD9
Text Example
Text Example
White with #9FCBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBD9; }
p { color: rgb(159,203,217); }
H1.HeaderClassName
{
color: #9FCBD9;
}
.AnyTagClassName
{
color: #9FCBD9;
}
</style>
background-color css
<style>
a { background-color: #9FCBD9; }
a { background-color: rgb(159,203,217); }
div.DivClassName
{
background-color: #9FCBD9;
}
.BgClassName
{
background-color: #9FCBD9;
}
</style>
border-color css
<style>
span { border-color: #9FCBD9; }
span { border-color: rgb(159,203,217); }
td.TdClassName
{
border-color: #9FCBD9;
}
.TagClassName
{
border-color: #9FCBD9;
}
</style>