Shades of Regent St Blue #9BCFD7
Tints of Regent St Blue #9BCFD7
RGB
CMYK
RGB Variations
Color information
#9BCFD7 (or 0x9BCFD7) is known color: Regent St Blue. HEX triplet: 9B, CF and D7. RGB value is (155,207,215). Sum of RGB (Red+Green+Blue) = 155+207+215=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BCFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFD7 is #643028. Grayscale: #C0C0C0. Windows color (decimal): -6565929 or 14143387. OLE color: 14143387.
HSL color Cylindrical-coordinate representation of color #9BCFD7: hue angle of 188º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BCFD7 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 207 | 215 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.16 |
| HSL | 188º | 0.43% | 0.73% | - |
| HSV(B) | 188º | 0.28% | 0.84% | - |
| XYZ | 48.1 | 56.5 | 72.66 | - |
| YUV | 192.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 215 | 0.28 | 0.04 | 0 | 0.16 | 188 | 0.43 | 0.73 |
| Hex | 9B | CF | D7 | 1C | 4 | 0 | 10 | BC | 2B | 49 |
| Octal | 233 | 317 | 327 | 34 | 4 | 0 | 20 | 274 | 53 | 111 |
| Binary | 10011011 | 11001111 | 11010111 | 11100 | 100 | 0 | 10000 | 10111100 | 101011 | 1001001 |
Color Harmonies of #9BCFD7
Complementary color
Monochromatic Colors of #9BCFD7
Black with #9BCFD7
Text Example
Text Example
White with #9BCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFD7; }
p { color: rgb(155,207,215); }
H1.HeaderClassName
{
color: #9BCFD7;
}
.AnyTagClassName
{
color: #9BCFD7;
}
</style>
background-color css
<style>
a { background-color: #9BCFD7; }
a { background-color: rgb(155,207,215); }
div.DivClassName
{
background-color: #9BCFD7;
}
.BgClassName
{
background-color: #9BCFD7;
}
</style>
border-color css
<style>
span { border-color: #9BCFD7; }
span { border-color: rgb(155,207,215); }
td.TdClassName
{
border-color: #9BCFD7;
}
.TagClassName
{
border-color: #9BCFD7;
}
</style>