Shades of Charlotte #9CD9DE
Tints of Charlotte #9CD9DE
RGB
CMYK
RGB Variations
Color information
#9CD9DE (or 0x9CD9DE) is known color: Charlotte. HEX triplet: 9C, D9 and DE. RGB value is (156,217,222). Sum of RGB (Red+Green+Blue) = 156+217+222=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CD9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD9DE is #632621. Grayscale: #C7C7C7. Windows color (decimal): -6497826 or 14604700. OLE color: 14604700.
HSL color Cylindrical-coordinate representation of color #9CD9DE: hue angle of 184.55º degrees, saturation: 0.5, 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 #9CD9DE is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 217 | 222 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.13 |
| HSL | 184.55º | 0.5% | 0.74% | - |
| HSV(B) | 184.55º | 0.3% | 0.87% | - |
| XYZ | 51.71 | 61.97 | 78.34 | - |
| YUV | 199.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 217 | 222 | 0.30 | 0.02 | 0 | 0.13 | 184.55 | 0.5 | 0.74 |
| Hex | 9C | D9 | DE | 1E | 2 | 0 | D | B9 | 32 | 4A |
| Octal | 234 | 331 | 336 | 36 | 2 | 0 | 15 | 271 | 62 | 112 |
| Binary | 10011100 | 11011001 | 11011110 | 11110 | 10 | 0 | 1101 | 10111001 | 110010 | 1001010 |
Color Harmonies of #9CD9DE
Complementary color
Monochromatic Colors of #9CD9DE
Black with #9CD9DE
Text Example
Text Example
White with #9CD9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD9DE; }
p { color: rgb(156,217,222); }
H1.HeaderClassName
{
color: #9CD9DE;
}
.AnyTagClassName
{
color: #9CD9DE;
}
</style>
background-color css
<style>
a { background-color: #9CD9DE; }
a { background-color: rgb(156,217,222); }
div.DivClassName
{
background-color: #9CD9DE;
}
.BgClassName
{
background-color: #9CD9DE;
}
</style>
border-color css
<style>
span { border-color: #9CD9DE; }
span { border-color: rgb(156,217,222); }
td.TdClassName
{
border-color: #9CD9DE;
}
.TagClassName
{
border-color: #9CD9DE;
}
</style>