Shades of Charlotte #9CDDDF
Tints of Charlotte #9CDDDF
RGB
CMYK
RGB Variations
Color information
#9CDDDF (or 0x9CDDDF) is known color: Charlotte. HEX triplet: 9C, DD and DF. RGB value is (156,221,223). Sum of RGB (Red+Green+Blue) = 156+221+223=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDDDF is #632220. Grayscale: #C9C9C9. Windows color (decimal): -6496801 or 14671260. OLE color: 14671260.
HSL color Cylindrical-coordinate representation of color #9CDDDF: hue angle of 181.79º 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 #9CDDDF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 223 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.13 |
| HSL | 181.79º | 0.51% | 0.74% | - |
| HSV(B) | 181.79º | 0.3% | 0.87% | - |
| XYZ | 52.89 | 64.11 | 79.4 | - |
| YUV | 201.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 223 | 0.30 | 0.01 | 0 | 0.13 | 181.79 | 0.51 | 0.74 |
| Hex | 9C | DD | DF | 1E | 1 | 0 | D | B6 | 33 | 4A |
| Octal | 234 | 335 | 337 | 36 | 1 | 0 | 15 | 266 | 63 | 112 |
| Binary | 10011100 | 11011101 | 11011111 | 11110 | 1 | 0 | 1101 | 10110110 | 110011 | 1001010 |
Color Harmonies of #9CDDDF
Complementary color
Monochromatic Colors of #9CDDDF
Black with #9CDDDF
Text Example
Text Example
White with #9CDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDDDF; }
p { color: rgb(156,221,223); }
H1.HeaderClassName
{
color: #9CDDDF;
}
.AnyTagClassName
{
color: #9CDDDF;
}
</style>
background-color css
<style>
a { background-color: #9CDDDF; }
a { background-color: rgb(156,221,223); }
div.DivClassName
{
background-color: #9CDDDF;
}
.BgClassName
{
background-color: #9CDDDF;
}
</style>
border-color css
<style>
span { border-color: #9CDDDF; }
span { border-color: rgb(156,221,223); }
td.TdClassName
{
border-color: #9CDDDF;
}
.TagClassName
{
border-color: #9CDDDF;
}
</style>