Shades of Charlotte #9FDCDF
Tints of Charlotte #9FDCDF
RGB
CMYK
RGB Variations
Color information
#9FDCDF (or 0x9FDCDF) is known color: Charlotte. HEX triplet: 9F, DC and DF. RGB value is (159,220,223). Sum of RGB (Red+Green+Blue) = 159+220+223=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDF is #602320. Grayscale: #CACACA. Windows color (decimal): -6300449 or 14671007. OLE color: 14671007.
HSL color Cylindrical-coordinate representation of color #9FDCDF: hue angle of 182.81º 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 #9FDCDF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 220 | 223 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.13 |
| HSL | 182.81º | 0.5% | 0.75% | - |
| HSV(B) | 182.81º | 0.29% | 0.87% | - |
| XYZ | 53.21 | 63.89 | 79.34 | - |
| YUV | 202.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 223 | 0.29 | 0.01 | 0 | 0.13 | 182.81 | 0.5 | 0.75 |
| Hex | 9F | DC | DF | 1D | 1 | 0 | D | B7 | 32 | 4B |
| Octal | 237 | 334 | 337 | 35 | 1 | 0 | 15 | 267 | 62 | 113 |
| Binary | 10011111 | 11011100 | 11011111 | 11101 | 1 | 0 | 1101 | 10110111 | 110010 | 1001011 |
Color Harmonies of #9FDCDF
Complementary color
Monochromatic Colors of #9FDCDF
Black with #9FDCDF
Text Example
Text Example
White with #9FDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCDF; }
p { color: rgb(159,220,223); }
H1.HeaderClassName
{
color: #9FDCDF;
}
.AnyTagClassName
{
color: #9FDCDF;
}
</style>
background-color css
<style>
a { background-color: #9FDCDF; }
a { background-color: rgb(159,220,223); }
div.DivClassName
{
background-color: #9FDCDF;
}
.BgClassName
{
background-color: #9FDCDF;
}
</style>
border-color css
<style>
span { border-color: #9FDCDF; }
span { border-color: rgb(159,220,223); }
td.TdClassName
{
border-color: #9FDCDF;
}
.TagClassName
{
border-color: #9FDCDF;
}
</style>