Shades of Charlotte #9ED7DF
Tints of Charlotte #9ED7DF
RGB
CMYK
RGB Variations
Color information
#9ED7DF (or 0x9ED7DF) is known color: Charlotte. HEX triplet: 9E, D7 and DF. RGB value is (158,215,223). Sum of RGB (Red+Green+Blue) = 158+215+223=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 215 (84.38% from 255 or 36.07% 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 #9ED7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED7DF is #612820. Grayscale: #C6C6C6. Windows color (decimal): -6367265 or 14669726. OLE color: 14669726.
HSL color Cylindrical-coordinate representation of color #9ED7DF: hue angle of 187.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ED7DF is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 215 | 223 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.13 |
| HSL | 187.38º | 0.5% | 0.75% | - |
| HSV(B) | 187.38º | 0.29% | 0.87% | - |
| XYZ | 51.72 | 61.2 | 78.9 | - |
| YUV | 198.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 223 | 0.29 | 0.04 | 0 | 0.13 | 187.38 | 0.5 | 0.75 |
| Hex | 9E | D7 | DF | 1D | 4 | 0 | D | BB | 32 | 4B |
| Octal | 236 | 327 | 337 | 35 | 4 | 0 | 15 | 273 | 62 | 113 |
| Binary | 10011110 | 11010111 | 11011111 | 11101 | 100 | 0 | 1101 | 10111011 | 110010 | 1001011 |
Color Harmonies of #9ED7DF
Complementary color
Monochromatic Colors of #9ED7DF
Black with #9ED7DF
Text Example
Text Example
White with #9ED7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED7DF; }
p { color: rgb(158,215,223); }
H1.HeaderClassName
{
color: #9ED7DF;
}
.AnyTagClassName
{
color: #9ED7DF;
}
</style>
background-color css
<style>
a { background-color: #9ED7DF; }
a { background-color: rgb(158,215,223); }
div.DivClassName
{
background-color: #9ED7DF;
}
.BgClassName
{
background-color: #9ED7DF;
}
</style>
border-color css
<style>
span { border-color: #9ED7DF; }
span { border-color: rgb(158,215,223); }
td.TdClassName
{
border-color: #9ED7DF;
}
.TagClassName
{
border-color: #9ED7DF;
}
</style>