Shades of Regent St Blue #9CC6D8
Tints of Regent St Blue #9CC6D8
RGB
CMYK
RGB Variations
Color information
#9CC6D8 (or 0x9CC6D8) is known color: Regent St Blue. HEX triplet: 9C, C6 and D8. RGB value is (156,198,216). Sum of RGB (Red+Green+Blue) = 156+198+216=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #9CC6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC6D8 is #633927. Grayscale: #BBBBBB. Windows color (decimal): -6502696 or 14206620. OLE color: 14206620.
HSL color Cylindrical-coordinate representation of color #9CC6D8: hue angle of 198º 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 #9CC6D8 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 198 | 216 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.15 |
| HSL | 198º | 0.43% | 0.73% | - |
| HSV(B) | 198º | 0.28% | 0.85% | - |
| XYZ | 46.3 | 52.41 | 72.64 | - |
| YUV | 187.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 216 | 0.28 | 0.08 | 0 | 0.15 | 198 | 0.43 | 0.73 |
| Hex | 9C | C6 | D8 | 1C | 8 | 0 | F | C6 | 2B | 49 |
| Octal | 234 | 306 | 330 | 34 | 10 | 0 | 17 | 306 | 53 | 111 |
| Binary | 10011100 | 11000110 | 11011000 | 11100 | 1000 | 0 | 1111 | 11000110 | 101011 | 1001001 |
Color Harmonies of #9CC6D8
Complementary color
Monochromatic Colors of #9CC6D8
Black with #9CC6D8
Text Example
Text Example
White with #9CC6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC6D8; }
p { color: rgb(156,198,216); }
H1.HeaderClassName
{
color: #9CC6D8;
}
.AnyTagClassName
{
color: #9CC6D8;
}
</style>
background-color css
<style>
a { background-color: #9CC6D8; }
a { background-color: rgb(156,198,216); }
div.DivClassName
{
background-color: #9CC6D8;
}
.BgClassName
{
background-color: #9CC6D8;
}
</style>
border-color css
<style>
span { border-color: #9CC6D8; }
span { border-color: rgb(156,198,216); }
td.TdClassName
{
border-color: #9CC6D8;
}
.TagClassName
{
border-color: #9CC6D8;
}
</style>