Shades of Regent St Blue #9CC2CC
Tints of Regent St Blue #9CC2CC
RGB
CMYK
RGB Variations
Color information
#9CC2CC (or 0x9CC2CC) is known color: Regent St Blue. HEX triplet: 9C, C2 and CC. RGB value is (156,194,204). Sum of RGB (Red+Green+Blue) = 156+194+204=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC2CC is #633D33. Grayscale: #B7B7B7. Windows color (decimal): -6503732 or 13419164. OLE color: 13419164.
HSL color Cylindrical-coordinate representation of color #9CC2CC: hue angle of 192.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CC2CC is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 194 | 204 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.2 |
| HSL | 192.5º | 0.32% | 0.71% | - |
| HSV(B) | 192.5º | 0.24% | 0.8% | - |
| XYZ | 43.9 | 50.01 | 64.47 | - |
| YUV | 183.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 204 | 0.24 | 0.05 | 0 | 0.2 | 192.5 | 0.32 | 0.71 |
| Hex | 9C | C2 | CC | 18 | 5 | 0 | 14 | C0 | 20 | 47 |
| Octal | 234 | 302 | 314 | 30 | 5 | 0 | 24 | 300 | 40 | 107 |
| Binary | 10011100 | 11000010 | 11001100 | 11000 | 101 | 0 | 10100 | 11000000 | 100000 | 1000111 |
Color Harmonies of #9CC2CC
Complementary color
Monochromatic Colors of #9CC2CC
Black with #9CC2CC
Text Example
Text Example
White with #9CC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC2CC; }
p { color: rgb(156,194,204); }
H1.HeaderClassName
{
color: #9CC2CC;
}
.AnyTagClassName
{
color: #9CC2CC;
}
</style>
background-color css
<style>
a { background-color: #9CC2CC; }
a { background-color: rgb(156,194,204); }
div.DivClassName
{
background-color: #9CC2CC;
}
.BgClassName
{
background-color: #9CC2CC;
}
</style>
border-color css
<style>
span { border-color: #9CC2CC; }
span { border-color: rgb(156,194,204); }
td.TdClassName
{
border-color: #9CC2CC;
}
.TagClassName
{
border-color: #9CC2CC;
}
</style>