Shades of Regent St Blue #9BC0CA
Tints of Regent St Blue #9BC0CA
RGB
CMYK
RGB Variations
Color information
#9BC0CA (or 0x9BC0CA) is known color: Regent St Blue. HEX triplet: 9B, C0 and CA. RGB value is (155,192,202). Sum of RGB (Red+Green+Blue) = 155+192+202=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC0CA is #643F35. Grayscale: #B6B6B6. Windows color (decimal): -6569782 or 13287579. OLE color: 13287579.
HSL color Cylindrical-coordinate representation of color #9BC0CA: hue angle of 192.77º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC0CA is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 192 | 202 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.21 |
| HSL | 192.77º | 0.31% | 0.7% | - |
| HSV(B) | 192.77º | 0.23% | 0.79% | - |
| XYZ | 43.03 | 48.93 | 63.05 | - |
| YUV | 182.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 202 | 0.23 | 0.05 | 0 | 0.21 | 192.77 | 0.31 | 0.7 |
| Hex | 9B | C0 | CA | 17 | 5 | 0 | 15 | C1 | 1F | 46 |
| Octal | 233 | 300 | 312 | 27 | 5 | 0 | 25 | 301 | 37 | 106 |
| Binary | 10011011 | 11000000 | 11001010 | 10111 | 101 | 0 | 10101 | 11000001 | 11111 | 1000110 |
Color Harmonies of #9BC0CA
Complementary color
Monochromatic Colors of #9BC0CA
Black with #9BC0CA
Text Example
Text Example
White with #9BC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0CA; }
p { color: rgb(155,192,202); }
H1.HeaderClassName
{
color: #9BC0CA;
}
.AnyTagClassName
{
color: #9BC0CA;
}
</style>
background-color css
<style>
a { background-color: #9BC0CA; }
a { background-color: rgb(155,192,202); }
div.DivClassName
{
background-color: #9BC0CA;
}
.BgClassName
{
background-color: #9BC0CA;
}
</style>
border-color css
<style>
span { border-color: #9BC0CA; }
span { border-color: rgb(155,192,202); }
td.TdClassName
{
border-color: #9BC0CA;
}
.TagClassName
{
border-color: #9BC0CA;
}
</style>