Shades of Regent St Blue #9CCBD8
Tints of Regent St Blue #9CCBD8
RGB
CMYK
RGB Variations
Color information
#9CCBD8 (or 0x9CCBD8) is known color: Regent St Blue. HEX triplet: 9C, CB and D8. RGB value is (156,203,216). Sum of RGB (Red+Green+Blue) = 156+203+216=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #9CCBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBD8 is #633427. Grayscale: #BEBEBE. Windows color (decimal): -6501416 or 14207900. OLE color: 14207900.
HSL color Cylindrical-coordinate representation of color #9CCBD8: hue angle of 193º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CCBD8 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 203 | 216 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.15 |
| HSL | 193º | 0.43% | 0.73% | - |
| HSV(B) | 193º | 0.28% | 0.85% | - |
| XYZ | 47.46 | 54.74 | 73.03 | - |
| YUV | 190.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 216 | 0.28 | 0.06 | 0 | 0.15 | 193 | 0.43 | 0.73 |
| Hex | 9C | CB | D8 | 1C | 6 | 0 | F | C1 | 2B | 49 |
| Octal | 234 | 313 | 330 | 34 | 6 | 0 | 17 | 301 | 53 | 111 |
| Binary | 10011100 | 11001011 | 11011000 | 11100 | 110 | 0 | 1111 | 11000001 | 101011 | 1001001 |
Color Harmonies of #9CCBD8
Complementary color
Monochromatic Colors of #9CCBD8
Black with #9CCBD8
Text Example
Text Example
White with #9CCBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBD8; }
p { color: rgb(156,203,216); }
H1.HeaderClassName
{
color: #9CCBD8;
}
.AnyTagClassName
{
color: #9CCBD8;
}
</style>
background-color css
<style>
a { background-color: #9CCBD8; }
a { background-color: rgb(156,203,216); }
div.DivClassName
{
background-color: #9CCBD8;
}
.BgClassName
{
background-color: #9CCBD8;
}
</style>
border-color css
<style>
span { border-color: #9CCBD8; }
span { border-color: rgb(156,203,216); }
td.TdClassName
{
border-color: #9CCBD8;
}
.TagClassName
{
border-color: #9CCBD8;
}
</style>