Shades of Regent St Blue #9BBED7
Tints of Regent St Blue #9BBED7
RGB
CMYK
RGB Variations
Color information
#9BBED7 (or 0x9BBED7) is known color: Regent St Blue. HEX triplet: 9B, BE and D7. RGB value is (155,190,215). Sum of RGB (Red+Green+Blue) = 155+190+215=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BBED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBED7 is #644128. Grayscale: #B6B6B6. Windows color (decimal): -6570281 or 14139035. OLE color: 14139035.
HSL color Cylindrical-coordinate representation of color #9BBED7: hue angle of 205º 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 #9BBED7 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 190 | 215 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.16 |
| HSL | 205º | 0.43% | 0.73% | - |
| HSV(B) | 205º | 0.28% | 0.84% | - |
| XYZ | 44.2 | 48.7 | 71.36 | - |
| YUV | 182.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 215 | 0.28 | 0.12 | 0 | 0.16 | 205 | 0.43 | 0.73 |
| Hex | 9B | BE | D7 | 1C | C | 0 | 10 | CD | 2B | 49 |
| Octal | 233 | 276 | 327 | 34 | 14 | 0 | 20 | 315 | 53 | 111 |
| Binary | 10011011 | 10111110 | 11010111 | 11100 | 1100 | 0 | 10000 | 11001101 | 101011 | 1001001 |
Color Harmonies of #9BBED7
Complementary color
Monochromatic Colors of #9BBED7
Black with #9BBED7
Text Example
Text Example
White with #9BBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBED7; }
p { color: rgb(155,190,215); }
H1.HeaderClassName
{
color: #9BBED7;
}
.AnyTagClassName
{
color: #9BBED7;
}
</style>
background-color css
<style>
a { background-color: #9BBED7; }
a { background-color: rgb(155,190,215); }
div.DivClassName
{
background-color: #9BBED7;
}
.BgClassName
{
background-color: #9BBED7;
}
</style>
border-color css
<style>
span { border-color: #9BBED7; }
span { border-color: rgb(155,190,215); }
td.TdClassName
{
border-color: #9BBED7;
}
.TagClassName
{
border-color: #9BBED7;
}
</style>