Shades of Charlotte #9DDFDF
Tints of Charlotte #9DDFDF
RGB
CMYK
RGB Variations
Color information
#9DDFDF (or 0x9DDFDF) is known color: Charlotte. HEX triplet: 9D, DF and DF. RGB value is (157,223,223). Sum of RGB (Red+Green+Blue) = 157+223+223=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #9DDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFDF is #622020. Grayscale: #CBCBCB. Windows color (decimal): -6430753 or 14671773. OLE color: 14671773.
HSL color Cylindrical-coordinate representation of color #9DDFDF: hue angle of 180º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFDF is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 223 | - |
| CMYK | 0.30 | 0 | 0 | 0.13 |
| HSL | 180º | 0.51% | 0.75% | - |
| HSV(B) | 180º | 0.3% | 0.87% | - |
| XYZ | 53.61 | 65.27 | 79.59 | - |
| YUV | 203.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 223 | 0.30 | 0 | 0 | 0.13 | 180 | 0.51 | 0.75 |
| Hex | 9D | DF | DF | 1E | 0 | 0 | D | B4 | 33 | 4B |
| Octal | 235 | 337 | 337 | 36 | 0 | 0 | 15 | 264 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11011111 | 11110 | 0 | 0 | 1101 | 10110100 | 110011 | 1001011 |
Color Harmonies of #9DDFDF
Complementary color
Monochromatic Colors of #9DDFDF
Black with #9DDFDF
Text Example
Text Example
White with #9DDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFDF; }
p { color: rgb(157,223,223); }
H1.HeaderClassName
{
color: #9DDFDF;
}
.AnyTagClassName
{
color: #9DDFDF;
}
</style>
background-color css
<style>
a { background-color: #9DDFDF; }
a { background-color: rgb(157,223,223); }
div.DivClassName
{
background-color: #9DDFDF;
}
.BgClassName
{
background-color: #9DDFDF;
}
</style>
border-color css
<style>
span { border-color: #9DDFDF; }
span { border-color: rgb(157,223,223); }
td.TdClassName
{
border-color: #9DDFDF;
}
.TagClassName
{
border-color: #9DDFDF;
}
</style>