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