Shades of Regent St Blue #9CC7DE
Tints of Regent St Blue #9CC7DE
RGB
CMYK
RGB Variations
Color information
#9CC7DE (or 0x9CC7DE) is known color: Regent St Blue. HEX triplet: 9C, C7 and DE. RGB value is (156,199,222). Sum of RGB (Red+Green+Blue) = 156+199+222=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CC7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC7DE is #633821. Grayscale: #BCBCBC. Windows color (decimal): -6502434 or 14600092. OLE color: 14600092.
HSL color Cylindrical-coordinate representation of color #9CC7DE: hue angle of 200.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CC7DE is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 199 | 222 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.13 |
| HSL | 200.91º | 0.5% | 0.74% | - |
| HSV(B) | 200.91º | 0.3% | 0.87% | - |
| XYZ | 47.32 | 53.19 | 76.88 | - |
| YUV | 188.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 199 | 222 | 0.30 | 0.10 | 0 | 0.13 | 200.91 | 0.5 | 0.74 |
| Hex | 9C | C7 | DE | 1E | A | 0 | D | C9 | 32 | 4A |
| Octal | 234 | 307 | 336 | 36 | 12 | 0 | 15 | 311 | 62 | 112 |
| Binary | 10011100 | 11000111 | 11011110 | 11110 | 1010 | 0 | 1101 | 11001001 | 110010 | 1001010 |
Color Harmonies of #9CC7DE
Complementary color
Monochromatic Colors of #9CC7DE
Black with #9CC7DE
Text Example
Text Example
White with #9CC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC7DE; }
p { color: rgb(156,199,222); }
H1.HeaderClassName
{
color: #9CC7DE;
}
.AnyTagClassName
{
color: #9CC7DE;
}
</style>
background-color css
<style>
a { background-color: #9CC7DE; }
a { background-color: rgb(156,199,222); }
div.DivClassName
{
background-color: #9CC7DE;
}
.BgClassName
{
background-color: #9CC7DE;
}
</style>
border-color css
<style>
span { border-color: #9CC7DE; }
span { border-color: rgb(156,199,222); }
td.TdClassName
{
border-color: #9CC7DE;
}
.TagClassName
{
border-color: #9CC7DE;
}
</style>