Shades of Regent St Blue #9BC0CC
Tints of Regent St Blue #9BC0CC
RGB
CMYK
RGB Variations
Color information
#9BC0CC (or 0x9BC0CC) is known color: Regent St Blue. HEX triplet: 9B, C0 and CC. RGB value is (155,192,204). Sum of RGB (Red+Green+Blue) = 155+192+204=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0CC is #643F33. Grayscale: #B6B6B6. Windows color (decimal): -6569780 or 13418651. OLE color: 13418651.
HSL color Cylindrical-coordinate representation of color #9BC0CC: hue angle of 194.69º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC0CC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 192 | 204 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.2 |
| HSL | 194.69º | 0.32% | 0.7% | - |
| HSV(B) | 194.69º | 0.24% | 0.8% | - |
| XYZ | 43.27 | 49.03 | 64.31 | - |
| YUV | 182.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 204 | 0.24 | 0.06 | 0 | 0.2 | 194.69 | 0.32 | 0.7 |
| Hex | 9B | C0 | CC | 18 | 6 | 0 | 14 | C3 | 20 | 46 |
| Octal | 233 | 300 | 314 | 30 | 6 | 0 | 24 | 303 | 40 | 106 |
| Binary | 10011011 | 11000000 | 11001100 | 11000 | 110 | 0 | 10100 | 11000011 | 100000 | 1000110 |
Color Harmonies of #9BC0CC
Complementary color
Monochromatic Colors of #9BC0CC
Black with #9BC0CC
Text Example
Text Example
White with #9BC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0CC; }
p { color: rgb(155,192,204); }
H1.HeaderClassName
{
color: #9BC0CC;
}
.AnyTagClassName
{
color: #9BC0CC;
}
</style>
background-color css
<style>
a { background-color: #9BC0CC; }
a { background-color: rgb(155,192,204); }
div.DivClassName
{
background-color: #9BC0CC;
}
.BgClassName
{
background-color: #9BC0CC;
}
</style>
border-color css
<style>
span { border-color: #9BC0CC; }
span { border-color: rgb(155,192,204); }
td.TdClassName
{
border-color: #9BC0CC;
}
.TagClassName
{
border-color: #9BC0CC;
}
</style>