Shades of Regent St Blue #9FC2CA
Tints of Regent St Blue #9FC2CA
RGB
CMYK
RGB Variations
Color information
#9FC2CA (or 0x9FC2CA) is known color: Regent St Blue. HEX triplet: 9F, C2 and CA. RGB value is (159,194,202). Sum of RGB (Red+Green+Blue) = 159+194+202=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FC2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2CA is #603D35. Grayscale: #B8B8B8. Windows color (decimal): -6307126 or 13288095. OLE color: 13288095.
HSL color Cylindrical-coordinate representation of color #9FC2CA: hue angle of 191.16º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FC2CA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 194 | 202 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.21 |
| HSL | 191.16º | 0.29% | 0.71% | - |
| HSV(B) | 191.16º | 0.21% | 0.79% | - |
| XYZ | 44.25 | 50.22 | 63.24 | - |
| YUV | 184.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 202 | 0.21 | 0.04 | 0 | 0.21 | 191.16 | 0.29 | 0.71 |
| Hex | 9F | C2 | CA | 15 | 4 | 0 | 15 | BF | 1D | 47 |
| Octal | 237 | 302 | 312 | 25 | 4 | 0 | 25 | 277 | 35 | 107 |
| Binary | 10011111 | 11000010 | 11001010 | 10101 | 100 | 0 | 10101 | 10111111 | 11101 | 1000111 |
Color Harmonies of #9FC2CA
Complementary color
Monochromatic Colors of #9FC2CA
Black with #9FC2CA
Text Example
Text Example
White with #9FC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC2CA; }
p { color: rgb(159,194,202); }
H1.HeaderClassName
{
color: #9FC2CA;
}
.AnyTagClassName
{
color: #9FC2CA;
}
</style>
background-color css
<style>
a { background-color: #9FC2CA; }
a { background-color: rgb(159,194,202); }
div.DivClassName
{
background-color: #9FC2CA;
}
.BgClassName
{
background-color: #9FC2CA;
}
</style>
border-color css
<style>
span { border-color: #9FC2CA; }
span { border-color: rgb(159,194,202); }
td.TdClassName
{
border-color: #9FC2CA;
}
.TagClassName
{
border-color: #9FC2CA;
}
</style>