Shades of Regent St Blue #9BBCD5
Tints of Regent St Blue #9BBCD5
RGB
CMYK
RGB Variations
Color information
#9BBCD5 (or 0x9BBCD5) is known color: Regent St Blue. HEX triplet: 9B, BC and D5. RGB value is (155,188,213). Sum of RGB (Red+Green+Blue) = 155+188+213=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCD5 is #64432A. Grayscale: #B4B4B4. Windows color (decimal): -6570795 or 14007451. OLE color: 14007451.
HSL color Cylindrical-coordinate representation of color #9BBCD5: hue angle of 205.86º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BBCD5 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 188 | 213 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.16 |
| HSL | 205.86º | 0.41% | 0.72% | - |
| HSV(B) | 205.86º | 0.27% | 0.84% | - |
| XYZ | 43.51 | 47.74 | 69.87 | - |
| YUV | 180.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 213 | 0.27 | 0.12 | 0 | 0.16 | 205.86 | 0.41 | 0.72 |
| Hex | 9B | BC | D5 | 1B | C | 0 | 10 | CE | 29 | 48 |
| Octal | 233 | 274 | 325 | 33 | 14 | 0 | 20 | 316 | 51 | 110 |
| Binary | 10011011 | 10111100 | 11010101 | 11011 | 1100 | 0 | 10000 | 11001110 | 101001 | 1001000 |
Color Harmonies of #9BBCD5
Complementary color
Monochromatic Colors of #9BBCD5
Black with #9BBCD5
Text Example
Text Example
White with #9BBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCD5; }
p { color: rgb(155,188,213); }
H1.HeaderClassName
{
color: #9BBCD5;
}
.AnyTagClassName
{
color: #9BBCD5;
}
</style>
background-color css
<style>
a { background-color: #9BBCD5; }
a { background-color: rgb(155,188,213); }
div.DivClassName
{
background-color: #9BBCD5;
}
.BgClassName
{
background-color: #9BBCD5;
}
</style>
border-color css
<style>
span { border-color: #9BBCD5; }
span { border-color: rgb(155,188,213); }
td.TdClassName
{
border-color: #9BBCD5;
}
.TagClassName
{
border-color: #9BBCD5;
}
</style>