Shades of Regent St Blue #9BC7DB
Tints of Regent St Blue #9BC7DB
RGB
CMYK
RGB Variations
Color information
#9BC7DB (or 0x9BC7DB) is known color: Regent St Blue. HEX triplet: 9B, C7 and DB. RGB value is (155,199,219). Sum of RGB (Red+Green+Blue) = 155+199+219=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7DB is #643824. Grayscale: #BCBCBC. Windows color (decimal): -6567973 or 14403483. OLE color: 14403483.
HSL color Cylindrical-coordinate representation of color #9BC7DB: hue angle of 198.75º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC7DB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 199 | 219 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.14 |
| HSL | 198.75º | 0.47% | 0.73% | - |
| HSV(B) | 198.75º | 0.29% | 0.86% | - |
| XYZ | 46.73 | 52.93 | 74.77 | - |
| YUV | 188.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 219 | 0.29 | 0.09 | 0 | 0.14 | 198.75 | 0.47 | 0.73 |
| Hex | 9B | C7 | DB | 1D | 9 | 0 | E | C7 | 2F | 49 |
| Octal | 233 | 307 | 333 | 35 | 11 | 0 | 16 | 307 | 57 | 111 |
| Binary | 10011011 | 11000111 | 11011011 | 11101 | 1001 | 0 | 1110 | 11000111 | 101111 | 1001001 |
Color Harmonies of #9BC7DB
Complementary color
Monochromatic Colors of #9BC7DB
Black with #9BC7DB
Text Example
Text Example
White with #9BC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7DB; }
p { color: rgb(155,199,219); }
H1.HeaderClassName
{
color: #9BC7DB;
}
.AnyTagClassName
{
color: #9BC7DB;
}
</style>
background-color css
<style>
a { background-color: #9BC7DB; }
a { background-color: rgb(155,199,219); }
div.DivClassName
{
background-color: #9BC7DB;
}
.BgClassName
{
background-color: #9BC7DB;
}
</style>
border-color css
<style>
span { border-color: #9BC7DB; }
span { border-color: rgb(155,199,219); }
td.TdClassName
{
border-color: #9BC7DB;
}
.TagClassName
{
border-color: #9BC7DB;
}
</style>