Shades of Regent St Blue #9BC0CE
Tints of Regent St Blue #9BC0CE
RGB
CMYK
RGB Variations
Color information
#9BC0CE (or 0x9BC0CE) is known color: Regent St Blue. HEX triplet: 9B, C0 and CE. RGB value is (155,192,206). Sum of RGB (Red+Green+Blue) = 155+192+206=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0CE is #643F31. Grayscale: #B6B6B6. Windows color (decimal): -6569778 or 13549723. OLE color: 13549723.
HSL color Cylindrical-coordinate representation of color #9BC0CE: hue angle of 196.47º 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 #9BC0CE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 192 | 206 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.19 |
| HSL | 196.47º | 0.34% | 0.71% | - |
| HSV(B) | 196.47º | 0.25% | 0.81% | - |
| XYZ | 43.51 | 49.12 | 65.58 | - |
| YUV | 182.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 206 | 0.25 | 0.07 | 0 | 0.19 | 196.47 | 0.34 | 0.71 |
| Hex | 9B | C0 | CE | 19 | 7 | 0 | 13 | C4 | 22 | 47 |
| Octal | 233 | 300 | 316 | 31 | 7 | 0 | 23 | 304 | 42 | 107 |
| Binary | 10011011 | 11000000 | 11001110 | 11001 | 111 | 0 | 10011 | 11000100 | 100010 | 1000111 |
Color Harmonies of #9BC0CE
Complementary color
Monochromatic Colors of #9BC0CE
Black with #9BC0CE
Text Example
Text Example
White with #9BC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0CE; }
p { color: rgb(155,192,206); }
H1.HeaderClassName
{
color: #9BC0CE;
}
.AnyTagClassName
{
color: #9BC0CE;
}
</style>
background-color css
<style>
a { background-color: #9BC0CE; }
a { background-color: rgb(155,192,206); }
div.DivClassName
{
background-color: #9BC0CE;
}
.BgClassName
{
background-color: #9BC0CE;
}
</style>
border-color css
<style>
span { border-color: #9BC0CE; }
span { border-color: rgb(155,192,206); }
td.TdClassName
{
border-color: #9BC0CE;
}
.TagClassName
{
border-color: #9BC0CE;
}
</style>