Shades of Charlotte #9DD8DF
Tints of Charlotte #9DD8DF
RGB
CMYK
RGB Variations
Color information
#9DD8DF (or 0x9DD8DF) is known color: Charlotte. HEX triplet: 9D, D8 and DF. RGB value is (157,216,223). Sum of RGB (Red+Green+Blue) = 157+216+223=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8DF is #622720. Grayscale: #C7C7C7. Windows color (decimal): -6432545 or 14669981. OLE color: 14669981.
HSL color Cylindrical-coordinate representation of color #9DD8DF: hue angle of 186.36º 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 #9DD8DF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 216 | 223 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.13 |
| HSL | 186.36º | 0.51% | 0.75% | - |
| HSV(B) | 186.36º | 0.3% | 0.87% | - |
| XYZ | 51.78 | 61.61 | 78.97 | - |
| YUV | 199.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 223 | 0.30 | 0.03 | 0 | 0.13 | 186.36 | 0.51 | 0.75 |
| Hex | 9D | D8 | DF | 1E | 3 | 0 | D | BA | 33 | 4B |
| Octal | 235 | 330 | 337 | 36 | 3 | 0 | 15 | 272 | 63 | 113 |
| Binary | 10011101 | 11011000 | 11011111 | 11110 | 11 | 0 | 1101 | 10111010 | 110011 | 1001011 |
Color Harmonies of #9DD8DF
Complementary color
Monochromatic Colors of #9DD8DF
Black with #9DD8DF
Text Example
Text Example
White with #9DD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8DF; }
p { color: rgb(157,216,223); }
H1.HeaderClassName
{
color: #9DD8DF;
}
.AnyTagClassName
{
color: #9DD8DF;
}
</style>
background-color css
<style>
a { background-color: #9DD8DF; }
a { background-color: rgb(157,216,223); }
div.DivClassName
{
background-color: #9DD8DF;
}
.BgClassName
{
background-color: #9DD8DF;
}
</style>
border-color css
<style>
span { border-color: #9DD8DF; }
span { border-color: rgb(157,216,223); }
td.TdClassName
{
border-color: #9DD8DF;
}
.TagClassName
{
border-color: #9DD8DF;
}
</style>