Shades of Regent St Blue #9BBED5
Tints of Regent St Blue #9BBED5
RGB
CMYK
RGB Variations
Color information
#9BBED5 (or 0x9BBED5) is known color: Regent St Blue. HEX triplet: 9B, BE and D5. RGB value is (155,190,213). Sum of RGB (Red+Green+Blue) = 155+190+213=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBED5 is #64412A. Grayscale: #B6B6B6. Windows color (decimal): -6570283 or 14007963. OLE color: 14007963.
HSL color Cylindrical-coordinate representation of color #9BBED5: hue angle of 203.79º 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 #9BBED5 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 190 | 213 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.16 |
| HSL | 203.79º | 0.41% | 0.72% | - |
| HSV(B) | 203.79º | 0.27% | 0.84% | - |
| XYZ | 43.94 | 48.6 | 70.02 | - |
| YUV | 182.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 213 | 0.27 | 0.11 | 0 | 0.16 | 203.79 | 0.41 | 0.72 |
| Hex | 9B | BE | D5 | 1B | B | 0 | 10 | CC | 29 | 48 |
| Octal | 233 | 276 | 325 | 33 | 13 | 0 | 20 | 314 | 51 | 110 |
| Binary | 10011011 | 10111110 | 11010101 | 11011 | 1011 | 0 | 10000 | 11001100 | 101001 | 1001000 |
Color Harmonies of #9BBED5
Complementary color
Monochromatic Colors of #9BBED5
Black with #9BBED5
Text Example
Text Example
White with #9BBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBED5; }
p { color: rgb(155,190,213); }
H1.HeaderClassName
{
color: #9BBED5;
}
.AnyTagClassName
{
color: #9BBED5;
}
</style>
background-color css
<style>
a { background-color: #9BBED5; }
a { background-color: rgb(155,190,213); }
div.DivClassName
{
background-color: #9BBED5;
}
.BgClassName
{
background-color: #9BBED5;
}
</style>
border-color css
<style>
span { border-color: #9BBED5; }
span { border-color: rgb(155,190,213); }
td.TdClassName
{
border-color: #9BBED5;
}
.TagClassName
{
border-color: #9BBED5;
}
</style>