Shades of Regent St Blue #9BC2CA
Tints of Regent St Blue #9BC2CA
RGB
CMYK
RGB Variations
Color information
#9BC2CA (or 0x9BC2CA) is known color: Regent St Blue. HEX triplet: 9B, C2 and CA. RGB value is (155,194,202). Sum of RGB (Red+Green+Blue) = 155+194+202=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2CA is #643D35. Grayscale: #B7B7B7. Windows color (decimal): -6569270 or 13288091. OLE color: 13288091.
HSL color Cylindrical-coordinate representation of color #9BC2CA: hue angle of 190.21º 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 #9BC2CA is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 194 | 202 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.21 |
| HSL | 190.21º | 0.31% | 0.7% | - |
| HSV(B) | 190.21º | 0.23% | 0.79% | - |
| XYZ | 43.47 | 49.82 | 63.2 | - |
| YUV | 183.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 202 | 0.23 | 0.04 | 0 | 0.21 | 190.21 | 0.31 | 0.7 |
| Hex | 9B | C2 | CA | 17 | 4 | 0 | 15 | BE | 1F | 46 |
| Octal | 233 | 302 | 312 | 27 | 4 | 0 | 25 | 276 | 37 | 106 |
| Binary | 10011011 | 11000010 | 11001010 | 10111 | 100 | 0 | 10101 | 10111110 | 11111 | 1000110 |
Color Harmonies of #9BC2CA
Complementary color
Monochromatic Colors of #9BC2CA
Black with #9BC2CA
Text Example
Text Example
White with #9BC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2CA; }
p { color: rgb(155,194,202); }
H1.HeaderClassName
{
color: #9BC2CA;
}
.AnyTagClassName
{
color: #9BC2CA;
}
</style>
background-color css
<style>
a { background-color: #9BC2CA; }
a { background-color: rgb(155,194,202); }
div.DivClassName
{
background-color: #9BC2CA;
}
.BgClassName
{
background-color: #9BC2CA;
}
</style>
border-color css
<style>
span { border-color: #9BC2CA; }
span { border-color: rgb(155,194,202); }
td.TdClassName
{
border-color: #9BC2CA;
}
.TagClassName
{
border-color: #9BC2CA;
}
</style>