Shades of Regent St Blue #9BBDD5
Tints of Regent St Blue #9BBDD5
RGB
CMYK
RGB Variations
Color information
#9BBDD5 (or 0x9BBDD5) is known color: Regent St Blue. HEX triplet: 9B, BD and D5. RGB value is (155,189,213). Sum of RGB (Red+Green+Blue) = 155+189+213=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDD5 is #64422A. Grayscale: #B5B5B5. Windows color (decimal): -6570539 or 14007707. OLE color: 14007707.
HSL color Cylindrical-coordinate representation of color #9BBDD5: hue angle of 204.83º 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 #9BBDD5 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 189 | 213 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.16 |
| HSL | 204.83º | 0.41% | 0.72% | - |
| HSV(B) | 204.83º | 0.27% | 0.84% | - |
| XYZ | 43.73 | 48.17 | 69.94 | - |
| YUV | 181.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 213 | 0.27 | 0.11 | 0 | 0.16 | 204.83 | 0.41 | 0.72 |
| Hex | 9B | BD | D5 | 1B | B | 0 | 10 | CD | 29 | 48 |
| Octal | 233 | 275 | 325 | 33 | 13 | 0 | 20 | 315 | 51 | 110 |
| Binary | 10011011 | 10111101 | 11010101 | 11011 | 1011 | 0 | 10000 | 11001101 | 101001 | 1001000 |
Color Harmonies of #9BBDD5
Complementary color
Monochromatic Colors of #9BBDD5
Black with #9BBDD5
Text Example
Text Example
White with #9BBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDD5; }
p { color: rgb(155,189,213); }
H1.HeaderClassName
{
color: #9BBDD5;
}
.AnyTagClassName
{
color: #9BBDD5;
}
</style>
background-color css
<style>
a { background-color: #9BBDD5; }
a { background-color: rgb(155,189,213); }
div.DivClassName
{
background-color: #9BBDD5;
}
.BgClassName
{
background-color: #9BBDD5;
}
</style>
border-color css
<style>
span { border-color: #9BBDD5; }
span { border-color: rgb(155,189,213); }
td.TdClassName
{
border-color: #9BBDD5;
}
.TagClassName
{
border-color: #9BBDD5;
}
</style>