Shades of Regent St Blue #9CCBD7
Tints of Regent St Blue #9CCBD7
RGB
CMYK
RGB Variations
Color information
#9CCBD7 (or 0x9CCBD7) is known color: Regent St Blue. HEX triplet: 9C, CB and D7. RGB value is (156,203,215). Sum of RGB (Red+Green+Blue) = 156+203+215=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #9CCBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBD7 is #633428. Grayscale: #BEBEBE. Windows color (decimal): -6501417 or 14142364. OLE color: 14142364.
HSL color Cylindrical-coordinate representation of color #9CCBD7: hue angle of 192.2º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CCBD7 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 203 | 215 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.16 |
| HSL | 192.2º | 0.42% | 0.73% | - |
| HSV(B) | 192.2º | 0.27% | 0.84% | - |
| XYZ | 47.33 | 54.69 | 72.35 | - |
| YUV | 190.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 215 | 0.27 | 0.06 | 0 | 0.16 | 192.2 | 0.42 | 0.73 |
| Hex | 9C | CB | D7 | 1B | 6 | 0 | 10 | C0 | 2A | 49 |
| Octal | 234 | 313 | 327 | 33 | 6 | 0 | 20 | 300 | 52 | 111 |
| Binary | 10011100 | 11001011 | 11010111 | 11011 | 110 | 0 | 10000 | 11000000 | 101010 | 1001001 |
Color Harmonies of #9CCBD7
Complementary color
Monochromatic Colors of #9CCBD7
Black with #9CCBD7
Text Example
Text Example
White with #9CCBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBD7; }
p { color: rgb(156,203,215); }
H1.HeaderClassName
{
color: #9CCBD7;
}
.AnyTagClassName
{
color: #9CCBD7;
}
</style>
background-color css
<style>
a { background-color: #9CCBD7; }
a { background-color: rgb(156,203,215); }
div.DivClassName
{
background-color: #9CCBD7;
}
.BgClassName
{
background-color: #9CCBD7;
}
</style>
border-color css
<style>
span { border-color: #9CCBD7; }
span { border-color: rgb(156,203,215); }
td.TdClassName
{
border-color: #9CCBD7;
}
.TagClassName
{
border-color: #9CCBD7;
}
</style>