Shades of Regent St Blue #9BBECC
Tints of Regent St Blue #9BBECC
RGB
CMYK
RGB Variations
Color information
#9BBECC (or 0x9BBECC) is known color: Regent St Blue. HEX triplet: 9B, BE and CC. RGB value is (155,190,204). Sum of RGB (Red+Green+Blue) = 155+190+204=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBECC is #644133. Grayscale: #B5B5B5. Windows color (decimal): -6570292 or 13418139. OLE color: 13418139.
HSL color Cylindrical-coordinate representation of color #9BBECC: hue angle of 197.14º 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 #9BBECC is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 190 | 204 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.2 |
| HSL | 197.14º | 0.32% | 0.7% | - |
| HSV(B) | 197.14º | 0.24% | 0.8% | - |
| XYZ | 42.83 | 48.16 | 64.16 | - |
| YUV | 181.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 204 | 0.24 | 0.07 | 0 | 0.2 | 197.14 | 0.32 | 0.7 |
| Hex | 9B | BE | CC | 18 | 7 | 0 | 14 | C5 | 20 | 46 |
| Octal | 233 | 276 | 314 | 30 | 7 | 0 | 24 | 305 | 40 | 106 |
| Binary | 10011011 | 10111110 | 11001100 | 11000 | 111 | 0 | 10100 | 11000101 | 100000 | 1000110 |
Color Harmonies of #9BBECC
Complementary color
Monochromatic Colors of #9BBECC
Black with #9BBECC
Text Example
Text Example
White with #9BBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBECC; }
p { color: rgb(155,190,204); }
H1.HeaderClassName
{
color: #9BBECC;
}
.AnyTagClassName
{
color: #9BBECC;
}
</style>
background-color css
<style>
a { background-color: #9BBECC; }
a { background-color: rgb(155,190,204); }
div.DivClassName
{
background-color: #9BBECC;
}
.BgClassName
{
background-color: #9BBECC;
}
</style>
border-color css
<style>
span { border-color: #9BBECC; }
span { border-color: rgb(155,190,204); }
td.TdClassName
{
border-color: #9BBECC;
}
.TagClassName
{
border-color: #9BBECC;
}
</style>