Shades of Regent St Blue #9CCDDC
Tints of Regent St Blue #9CCDDC
RGB
CMYK
RGB Variations
Color information
#9CCDDC (or 0x9CCDDC) is known color: Regent St Blue. HEX triplet: 9C, CD and DC. RGB value is (156,205,220). Sum of RGB (Red+Green+Blue) = 156+205+220=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CCDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDDC is #633223. Grayscale: #BFBFBF. Windows color (decimal): -6500900 or 14470556. OLE color: 14470556.
HSL color Cylindrical-coordinate representation of color #9CCDDC: hue angle of 194.06º 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 #9CCDDC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 205 | 220 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.14 |
| HSL | 194.06º | 0.48% | 0.74% | - |
| HSV(B) | 194.06º | 0.29% | 0.86% | - |
| XYZ | 48.46 | 55.9 | 75.95 | - |
| YUV | 192.06 | 143.77 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 220 | 0.29 | 0.07 | 0 | 0.14 | 194.06 | 0.48 | 0.74 |
| Hex | 9C | CD | DC | 1D | 7 | 0 | E | C2 | 30 | 4A |
| Octal | 234 | 315 | 334 | 35 | 7 | 0 | 16 | 302 | 60 | 112 |
| Binary | 10011100 | 11001101 | 11011100 | 11101 | 111 | 0 | 1110 | 11000010 | 110000 | 1001010 |
Color Harmonies of #9CCDDC
Complementary color
Monochromatic Colors of #9CCDDC
Black with #9CCDDC
Text Example
Text Example
White with #9CCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDDC; }
p { color: rgb(156,205,220); }
H1.HeaderClassName
{
color: #9CCDDC;
}
.AnyTagClassName
{
color: #9CCDDC;
}
</style>
background-color css
<style>
a { background-color: #9CCDDC; }
a { background-color: rgb(156,205,220); }
div.DivClassName
{
background-color: #9CCDDC;
}
.BgClassName
{
background-color: #9CCDDC;
}
</style>
border-color css
<style>
span { border-color: #9CCDDC; }
span { border-color: rgb(156,205,220); }
td.TdClassName
{
border-color: #9CCDDC;
}
.TagClassName
{
border-color: #9CCDDC;
}
</style>