Shades of Charlotte #9FDDDF
Tints of Charlotte #9FDDDF
RGB
CMYK
RGB Variations
Color information
#9FDDDF (or 0x9FDDDF) is known color: Charlotte. HEX triplet: 9F, DD and DF. RGB value is (159,221,223). Sum of RGB (Red+Green+Blue) = 159+221+223=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDDDF is #602220. Grayscale: #CACACA. Windows color (decimal): -6300193 or 14671263. OLE color: 14671263.
HSL color Cylindrical-coordinate representation of color #9FDDDF: hue angle of 181.88º 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 #9FDDDF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 159 | 221 | 223 | - |
CMYK | 0.29 | 0.01 | 0 | 0.13 |
HSL | 181.88º | 0.5% | 0.75% | - |
HSV(B) | 181.88º | 0.29% | 0.87% | - |
XYZ | 53.47 | 64.41 | 79.43 | - |
YUV | 202.69 | 139.46 | 96.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 221 | 223 | 0.29 | 0.01 | 0 | 0.13 | 181.88 | 0.5 | 0.75 |
Hex | 9F | DD | DF | 1D | 1 | 0 | D | B6 | 32 | 4B |
Octal | 237 | 335 | 337 | 35 | 1 | 0 | 15 | 266 | 62 | 113 |
Binary | 10011111 | 11011101 | 11011111 | 11101 | 1 | 0 | 1101 | 10110110 | 110010 | 1001011 |
Color Harmonies of #9FDDDF
Complementary color
Monochromatic Colors of #9FDDDF
Black with #9FDDDF
Text Example
Text Example
White with #9FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDDF; }
p { color: rgb(159,221,223); }
H1.HeaderClassName
{
color: #9FDDDF;
}
.AnyTagClassName
{
color: #9FDDDF;
}
</style>
background-color css
<style>
a { background-color: #9FDDDF; }
a { background-color: rgb(159,221,223); }
div.DivClassName
{
background-color: #9FDDDF;
}
.BgClassName
{
background-color: #9FDDDF;
}
</style>
border-color css
<style>
span { border-color: #9FDDDF; }
span { border-color: rgb(159,221,223); }
td.TdClassName
{
border-color: #9FDDDF;
}
.TagClassName
{
border-color: #9FDDDF;
}
</style>