Shades of Charlotte #9CDCDF
Tints of Charlotte #9CDCDF
RGB
CMYK
RGB Variations
Color information
#9CDCDF (or 0x9CDCDF) is known color: Charlotte. HEX triplet: 9C, DC and DF. RGB value is (156,220,223). Sum of RGB (Red+Green+Blue) = 156+220+223=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCDF is #632320. Grayscale: #C9C9C9. Windows color (decimal): -6497057 or 14671004. OLE color: 14671004.
HSL color Cylindrical-coordinate representation of color #9CDCDF: hue angle of 182.69º 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 #9CDCDF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 220 | 223 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.13 |
| HSL | 182.69º | 0.51% | 0.74% | - |
| HSV(B) | 182.69º | 0.3% | 0.87% | - |
| XYZ | 52.62 | 63.58 | 79.31 | - |
| YUV | 201.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 223 | 0.30 | 0.01 | 0 | 0.13 | 182.69 | 0.51 | 0.74 |
| Hex | 9C | DC | DF | 1E | 1 | 0 | D | B7 | 33 | 4A |
| Octal | 234 | 334 | 337 | 36 | 1 | 0 | 15 | 267 | 63 | 112 |
| Binary | 10011100 | 11011100 | 11011111 | 11110 | 1 | 0 | 1101 | 10110111 | 110011 | 1001010 |
Color Harmonies of #9CDCDF
Complementary color
Monochromatic Colors of #9CDCDF
Black with #9CDCDF
Text Example
Text Example
White with #9CDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDCDF; }
p { color: rgb(156,220,223); }
H1.HeaderClassName
{
color: #9CDCDF;
}
.AnyTagClassName
{
color: #9CDCDF;
}
</style>
background-color css
<style>
a { background-color: #9CDCDF; }
a { background-color: rgb(156,220,223); }
div.DivClassName
{
background-color: #9CDCDF;
}
.BgClassName
{
background-color: #9CDCDF;
}
</style>
border-color css
<style>
span { border-color: #9CDCDF; }
span { border-color: rgb(156,220,223); }
td.TdClassName
{
border-color: #9CDCDF;
}
.TagClassName
{
border-color: #9CDCDF;
}
</style>