Shades of Regent St Blue #9CC9DC
Tints of Regent St Blue #9CC9DC
RGB
CMYK
RGB Variations
Color information
#9CC9DC (or 0x9CC9DC) is known color: Regent St Blue. HEX triplet: 9C, C9 and DC. RGB value is (156,201,220). Sum of RGB (Red+Green+Blue) = 156+201+220=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC9DC is #633623. Grayscale: #BDBDBD. Windows color (decimal): -6501924 or 14469532. OLE color: 14469532.
HSL color Cylindrical-coordinate representation of color #9CC9DC: hue angle of 197.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC9DC is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 201 | 220 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.14 |
| HSL | 197.81º | 0.48% | 0.74% | - |
| HSV(B) | 197.81º | 0.29% | 0.86% | - |
| XYZ | 47.52 | 54.01 | 75.63 | - |
| YUV | 189.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 201 | 220 | 0.29 | 0.09 | 0 | 0.14 | 197.81 | 0.48 | 0.74 |
| Hex | 9C | C9 | DC | 1D | 9 | 0 | E | C6 | 30 | 4A |
| Octal | 234 | 311 | 334 | 35 | 11 | 0 | 16 | 306 | 60 | 112 |
| Binary | 10011100 | 11001001 | 11011100 | 11101 | 1001 | 0 | 1110 | 11000110 | 110000 | 1001010 |
Color Harmonies of #9CC9DC
Complementary color
Monochromatic Colors of #9CC9DC
Black with #9CC9DC
Text Example
Text Example
White with #9CC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC9DC; }
p { color: rgb(156,201,220); }
H1.HeaderClassName
{
color: #9CC9DC;
}
.AnyTagClassName
{
color: #9CC9DC;
}
</style>
background-color css
<style>
a { background-color: #9CC9DC; }
a { background-color: rgb(156,201,220); }
div.DivClassName
{
background-color: #9CC9DC;
}
.BgClassName
{
background-color: #9CC9DC;
}
</style>
border-color css
<style>
span { border-color: #9CC9DC; }
span { border-color: rgb(156,201,220); }
td.TdClassName
{
border-color: #9CC9DC;
}
.TagClassName
{
border-color: #9CC9DC;
}
</style>