Shades of Charlotte #9DD7DF
Tints of Charlotte #9DD7DF
RGB
CMYK
RGB Variations
Color information
#9DD7DF (or 0x9DD7DF) is known color: Charlotte. HEX triplet: 9D, D7 and DF. RGB value is (157,215,223). Sum of RGB (Red+Green+Blue) = 157+215+223=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD7DF is #622820. Grayscale: #C6C6C6. Windows color (decimal): -6432801 or 14669725. OLE color: 14669725.
HSL color Cylindrical-coordinate representation of color #9DD7DF: hue angle of 187.27º 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 #9DD7DF is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 215 | 223 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.13 |
| HSL | 187.27º | 0.51% | 0.75% | - |
| HSV(B) | 187.27º | 0.3% | 0.87% | - |
| XYZ | 51.52 | 61.1 | 78.89 | - |
| YUV | 198.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 223 | 0.30 | 0.04 | 0 | 0.13 | 187.27 | 0.51 | 0.75 |
| Hex | 9D | D7 | DF | 1E | 4 | 0 | D | BB | 33 | 4B |
| Octal | 235 | 327 | 337 | 36 | 4 | 0 | 15 | 273 | 63 | 113 |
| Binary | 10011101 | 11010111 | 11011111 | 11110 | 100 | 0 | 1101 | 10111011 | 110011 | 1001011 |
Color Harmonies of #9DD7DF
Complementary color
Monochromatic Colors of #9DD7DF
Black with #9DD7DF
Text Example
Text Example
White with #9DD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD7DF; }
p { color: rgb(157,215,223); }
H1.HeaderClassName
{
color: #9DD7DF;
}
.AnyTagClassName
{
color: #9DD7DF;
}
</style>
background-color css
<style>
a { background-color: #9DD7DF; }
a { background-color: rgb(157,215,223); }
div.DivClassName
{
background-color: #9DD7DF;
}
.BgClassName
{
background-color: #9DD7DF;
}
</style>
border-color css
<style>
span { border-color: #9DD7DF; }
span { border-color: rgb(157,215,223); }
td.TdClassName
{
border-color: #9DD7DF;
}
.TagClassName
{
border-color: #9DD7DF;
}
</style>