Shades of Charlotte #9FDFDE
Tints of Charlotte #9FDFDE
RGB
CMYK
RGB Variations
Color information
#9FDFDE (or 0x9FDFDE) is known color: Charlotte. HEX triplet: 9F, DF and DE. RGB value is (159,223,222). Sum of RGB (Red+Green+Blue) = 159+223+222=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFDE is #602021. Grayscale: #CBCBCB. Windows color (decimal): -6299682 or 14606239. OLE color: 14606239.
HSL color Cylindrical-coordinate representation of color #9FDFDE: hue angle of 179.06º 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 #9FDFDE is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 222 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.13 |
| HSL | 179.06º | 0.5% | 0.75% | - |
| HSV(B) | 179.06º | 0.29% | 0.87% | - |
| XYZ | 53.87 | 65.42 | 78.9 | - |
| YUV | 203.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 222 | 0.29 | 0 | 0.00 | 0.13 | 179.06 | 0.5 | 0.75 |
| Hex | 9F | DF | DE | 1D | 0 | 0 | D | B3 | 32 | 4B |
| Octal | 237 | 337 | 336 | 35 | 0 | 0 | 15 | 263 | 62 | 113 |
| Binary | 10011111 | 11011111 | 11011110 | 11101 | 0 | 0 | 1101 | 10110011 | 110010 | 1001011 |
Color Harmonies of #9FDFDE
Complementary color
Monochromatic Colors of #9FDFDE
Black with #9FDFDE
Text Example
Text Example
White with #9FDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFDE; }
p { color: rgb(159,223,222); }
H1.HeaderClassName
{
color: #9FDFDE;
}
.AnyTagClassName
{
color: #9FDFDE;
}
</style>
background-color css
<style>
a { background-color: #9FDFDE; }
a { background-color: rgb(159,223,222); }
div.DivClassName
{
background-color: #9FDFDE;
}
.BgClassName
{
background-color: #9FDFDE;
}
</style>
border-color css
<style>
span { border-color: #9FDFDE; }
span { border-color: rgb(159,223,222); }
td.TdClassName
{
border-color: #9FDFDE;
}
.TagClassName
{
border-color: #9FDFDE;
}
</style>