Shades of Regent St Blue #9BC6CE
Tints of Regent St Blue #9BC6CE
RGB
CMYK
RGB Variations
Color information
#9BC6CE (or 0x9BC6CE) is known color: Regent St Blue. HEX triplet: 9B, C6 and CE. RGB value is (155,198,206). Sum of RGB (Red+Green+Blue) = 155+198+206=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC6CE is #643931. Grayscale: #B9B9B9. Windows color (decimal): -6568242 or 13551259. OLE color: 13551259.
HSL color Cylindrical-coordinate representation of color #9BC6CE: hue angle of 189.41º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BC6CE is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 198 | 206 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.19 |
| HSL | 189.41º | 0.34% | 0.71% | - |
| HSV(B) | 189.41º | 0.25% | 0.81% | - |
| XYZ | 44.85 | 51.81 | 66.03 | - |
| YUV | 186.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 206 | 0.25 | 0.04 | 0 | 0.19 | 189.41 | 0.34 | 0.71 |
| Hex | 9B | C6 | CE | 19 | 4 | 0 | 13 | BD | 22 | 47 |
| Octal | 233 | 306 | 316 | 31 | 4 | 0 | 23 | 275 | 42 | 107 |
| Binary | 10011011 | 11000110 | 11001110 | 11001 | 100 | 0 | 10011 | 10111101 | 100010 | 1000111 |
Color Harmonies of #9BC6CE
Complementary color
Monochromatic Colors of #9BC6CE
Black with #9BC6CE
Text Example
Text Example
White with #9BC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC6CE; }
p { color: rgb(155,198,206); }
H1.HeaderClassName
{
color: #9BC6CE;
}
.AnyTagClassName
{
color: #9BC6CE;
}
</style>
background-color css
<style>
a { background-color: #9BC6CE; }
a { background-color: rgb(155,198,206); }
div.DivClassName
{
background-color: #9BC6CE;
}
.BgClassName
{
background-color: #9BC6CE;
}
</style>
border-color css
<style>
span { border-color: #9BC6CE; }
span { border-color: rgb(155,198,206); }
td.TdClassName
{
border-color: #9BC6CE;
}
.TagClassName
{
border-color: #9BC6CE;
}
</style>