Shades of Regent St Blue #9BBFD5
Tints of Regent St Blue #9BBFD5
RGB
CMYK
RGB Variations
Color information
#9BBFD5 (or 0x9BBFD5) is known color: Regent St Blue. HEX triplet: 9B, BF and D5. RGB value is (155,191,213). Sum of RGB (Red+Green+Blue) = 155+191+213=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BBFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFD5 is #64402A. Grayscale: #B6B6B6. Windows color (decimal): -6570027 or 14008219. OLE color: 14008219.
HSL color Cylindrical-coordinate representation of color #9BBFD5: hue angle of 202.76º 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 #9BBFD5 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 191 | 213 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.16 |
| HSL | 202.76º | 0.41% | 0.72% | - |
| HSV(B) | 202.76º | 0.27% | 0.84% | - |
| XYZ | 44.16 | 49.03 | 70.09 | - |
| YUV | 182.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 213 | 0.27 | 0.10 | 0 | 0.16 | 202.76 | 0.41 | 0.72 |
| Hex | 9B | BF | D5 | 1B | A | 0 | 10 | CB | 29 | 48 |
| Octal | 233 | 277 | 325 | 33 | 12 | 0 | 20 | 313 | 51 | 110 |
| Binary | 10011011 | 10111111 | 11010101 | 11011 | 1010 | 0 | 10000 | 11001011 | 101001 | 1001000 |
Color Harmonies of #9BBFD5
Complementary color
Monochromatic Colors of #9BBFD5
Black with #9BBFD5
Text Example
Text Example
White with #9BBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFD5; }
p { color: rgb(155,191,213); }
H1.HeaderClassName
{
color: #9BBFD5;
}
.AnyTagClassName
{
color: #9BBFD5;
}
</style>
background-color css
<style>
a { background-color: #9BBFD5; }
a { background-color: rgb(155,191,213); }
div.DivClassName
{
background-color: #9BBFD5;
}
.BgClassName
{
background-color: #9BBFD5;
}
</style>
border-color css
<style>
span { border-color: #9BBFD5; }
span { border-color: rgb(155,191,213); }
td.TdClassName
{
border-color: #9BBFD5;
}
.TagClassName
{
border-color: #9BBFD5;
}
</style>