Shades of Regent St Blue #9BC9D7
Tints of Regent St Blue #9BC9D7
RGB
CMYK
RGB Variations
Color information
#9BC9D7 (or 0x9BC9D7) is known color: Regent St Blue. HEX triplet: 9B, C9 and D7. RGB value is (155,201,215). Sum of RGB (Red+Green+Blue) = 155+201+215=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BC9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9D7 is #643628. Grayscale: #BCBCBC. Windows color (decimal): -6567465 or 14141851. OLE color: 14141851.
HSL color Cylindrical-coordinate representation of color #9BC9D7: hue angle of 194º 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 #9BC9D7 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 201 | 215 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.16 |
| HSL | 194º | 0.43% | 0.73% | - |
| HSV(B) | 194º | 0.28% | 0.84% | - |
| XYZ | 46.67 | 53.65 | 72.19 | - |
| YUV | 188.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 215 | 0.28 | 0.07 | 0 | 0.16 | 194 | 0.43 | 0.73 |
| Hex | 9B | C9 | D7 | 1C | 7 | 0 | 10 | C2 | 2B | 49 |
| Octal | 233 | 311 | 327 | 34 | 7 | 0 | 20 | 302 | 53 | 111 |
| Binary | 10011011 | 11001001 | 11010111 | 11100 | 111 | 0 | 10000 | 11000010 | 101011 | 1001001 |
Color Harmonies of #9BC9D7
Complementary color
Monochromatic Colors of #9BC9D7
Black with #9BC9D7
Text Example
Text Example
White with #9BC9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9D7; }
p { color: rgb(155,201,215); }
H1.HeaderClassName
{
color: #9BC9D7;
}
.AnyTagClassName
{
color: #9BC9D7;
}
</style>
background-color css
<style>
a { background-color: #9BC9D7; }
a { background-color: rgb(155,201,215); }
div.DivClassName
{
background-color: #9BC9D7;
}
.BgClassName
{
background-color: #9BC9D7;
}
</style>
border-color css
<style>
span { border-color: #9BC9D7; }
span { border-color: rgb(155,201,215); }
td.TdClassName
{
border-color: #9BC9D7;
}
.TagClassName
{
border-color: #9BC9D7;
}
</style>