Shades of Charlotte #9CDEDF
Tints of Charlotte #9CDEDF
RGB
CMYK
RGB Variations
Color information
#9CDEDF (or 0x9CDEDF) is known color: Charlotte. HEX triplet: 9C, DE and DF. RGB value is (156,222,223). Sum of RGB (Red+Green+Blue) = 156+222+223=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDEDF is #632120. Grayscale: #CACACA. Windows color (decimal): -6496545 or 14671516. OLE color: 14671516.
HSL color Cylindrical-coordinate representation of color #9CDEDF: hue angle of 180.9º 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 #9CDEDF is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 222 | 223 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.13 |
| HSL | 180.9º | 0.51% | 0.74% | - |
| HSV(B) | 180.9º | 0.3% | 0.87% | - |
| XYZ | 53.15 | 64.64 | 79.49 | - |
| YUV | 202.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 222 | 223 | 0.30 | 0.00 | 0 | 0.13 | 180.9 | 0.51 | 0.74 |
| Hex | 9C | DE | DF | 1E | 0 | 0 | D | B5 | 33 | 4A |
| Octal | 234 | 336 | 337 | 36 | 0 | 0 | 15 | 265 | 63 | 112 |
| Binary | 10011100 | 11011110 | 11011111 | 11110 | 0 | 0 | 1101 | 10110101 | 110011 | 1001010 |
Color Harmonies of #9CDEDF
Complementary color
Monochromatic Colors of #9CDEDF
Black with #9CDEDF
Text Example
Text Example
White with #9CDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDEDF; }
p { color: rgb(156,222,223); }
H1.HeaderClassName
{
color: #9CDEDF;
}
.AnyTagClassName
{
color: #9CDEDF;
}
</style>
background-color css
<style>
a { background-color: #9CDEDF; }
a { background-color: rgb(156,222,223); }
div.DivClassName
{
background-color: #9CDEDF;
}
.BgClassName
{
background-color: #9CDEDF;
}
</style>
border-color css
<style>
span { border-color: #9CDEDF; }
span { border-color: rgb(156,222,223); }
td.TdClassName
{
border-color: #9CDEDF;
}
.TagClassName
{
border-color: #9CDEDF;
}
</style>