Shades of Regent St Blue #9CCCDF
Tints of Regent St Blue #9CCCDF
RGB
CMYK
RGB Variations
Color information
#9CCCDF (or 0x9CCCDF) is known color: Regent St Blue. HEX triplet: 9C, CC and DF. RGB value is (156,204,223). Sum of RGB (Red+Green+Blue) = 156+204+223=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCDF is #633320. Grayscale: #BFBFBF. Windows color (decimal): -6501153 or 14666908. OLE color: 14666908.
HSL color Cylindrical-coordinate representation of color #9CCCDF: hue angle of 197.01º degrees, saturation: 0.51, 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 #9CCCDF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 204 | 223 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.13 |
| HSL | 197.01º | 0.51% | 0.74% | - |
| HSV(B) | 197.01º | 0.3% | 0.87% | - |
| XYZ | 48.62 | 55.58 | 77.98 | - |
| YUV | 191.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 223 | 0.30 | 0.09 | 0 | 0.13 | 197.01 | 0.51 | 0.74 |
| Hex | 9C | CC | DF | 1E | 9 | 0 | D | C5 | 33 | 4A |
| Octal | 234 | 314 | 337 | 36 | 11 | 0 | 15 | 305 | 63 | 112 |
| Binary | 10011100 | 11001100 | 11011111 | 11110 | 1001 | 0 | 1101 | 11000101 | 110011 | 1001010 |
Color Harmonies of #9CCCDF
Complementary color
Monochromatic Colors of #9CCCDF
Black with #9CCCDF
Text Example
Text Example
White with #9CCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCDF; }
p { color: rgb(156,204,223); }
H1.HeaderClassName
{
color: #9CCCDF;
}
.AnyTagClassName
{
color: #9CCCDF;
}
</style>
background-color css
<style>
a { background-color: #9CCCDF; }
a { background-color: rgb(156,204,223); }
div.DivClassName
{
background-color: #9CCCDF;
}
.BgClassName
{
background-color: #9CCCDF;
}
</style>
border-color css
<style>
span { border-color: #9CCCDF; }
span { border-color: rgb(156,204,223); }
td.TdClassName
{
border-color: #9CCCDF;
}
.TagClassName
{
border-color: #9CCCDF;
}
</style>