Shades of Regent St Blue #9CCCDD
Tints of Regent St Blue #9CCCDD
RGB
CMYK
RGB Variations
Color information
#9CCCDD (or 0x9CCCDD) is known color: Regent St Blue. HEX triplet: 9C, CC and DD. RGB value is (156,204,221). Sum of RGB (Red+Green+Blue) = 156+204+221=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCDD is #633322. Grayscale: #BFBFBF. Windows color (decimal): -6501155 or 14535836. OLE color: 14535836.
HSL color Cylindrical-coordinate representation of color #9CCCDD: hue angle of 195.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CCCDD is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 204 | 221 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.13 |
| HSL | 195.69º | 0.49% | 0.74% | - |
| HSV(B) | 195.69º | 0.29% | 0.87% | - |
| XYZ | 48.35 | 55.47 | 76.57 | - |
| YUV | 191.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 221 | 0.29 | 0.08 | 0 | 0.13 | 195.69 | 0.49 | 0.74 |
| Hex | 9C | CC | DD | 1D | 8 | 0 | D | C4 | 31 | 4A |
| Octal | 234 | 314 | 335 | 35 | 10 | 0 | 15 | 304 | 61 | 112 |
| Binary | 10011100 | 11001100 | 11011101 | 11101 | 1000 | 0 | 1101 | 11000100 | 110001 | 1001010 |
Color Harmonies of #9CCCDD
Complementary color
Monochromatic Colors of #9CCCDD
Black with #9CCCDD
Text Example
Text Example
White with #9CCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCDD; }
p { color: rgb(156,204,221); }
H1.HeaderClassName
{
color: #9CCCDD;
}
.AnyTagClassName
{
color: #9CCCDD;
}
</style>
background-color css
<style>
a { background-color: #9CCCDD; }
a { background-color: rgb(156,204,221); }
div.DivClassName
{
background-color: #9CCCDD;
}
.BgClassName
{
background-color: #9CCCDD;
}
</style>
border-color css
<style>
span { border-color: #9CCCDD; }
span { border-color: rgb(156,204,221); }
td.TdClassName
{
border-color: #9CCCDD;
}
.TagClassName
{
border-color: #9CCCDD;
}
</style>