Shades of Charlotte #9DDDDF
Tints of Charlotte #9DDDDF
RGB
CMYK
RGB Variations
Color information
#9DDDDF (or 0x9DDDDF) is known color: Charlotte. HEX triplet: 9D, DD and DF. RGB value is (157,221,223). Sum of RGB (Red+Green+Blue) = 157+221+223=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDDF is #622220. Grayscale: #CACACA. Windows color (decimal): -6431265 or 14671261. OLE color: 14671261.
HSL color Cylindrical-coordinate representation of color #9DDDDF: hue angle of 181.82º 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 #9DDDDF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 223 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.13 |
| HSL | 181.82º | 0.51% | 0.75% | - |
| HSV(B) | 181.82º | 0.3% | 0.87% | - |
| XYZ | 53.08 | 64.21 | 79.41 | - |
| YUV | 202.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 223 | 0.30 | 0.01 | 0 | 0.13 | 181.82 | 0.51 | 0.75 |
| Hex | 9D | DD | DF | 1E | 1 | 0 | D | B6 | 33 | 4B |
| Octal | 235 | 335 | 337 | 36 | 1 | 0 | 15 | 266 | 63 | 113 |
| Binary | 10011101 | 11011101 | 11011111 | 11110 | 1 | 0 | 1101 | 10110110 | 110011 | 1001011 |
Color Harmonies of #9DDDDF
Complementary color
Monochromatic Colors of #9DDDDF
Black with #9DDDDF
Text Example
Text Example
White with #9DDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDDF; }
p { color: rgb(157,221,223); }
H1.HeaderClassName
{
color: #9DDDDF;
}
.AnyTagClassName
{
color: #9DDDDF;
}
</style>
background-color css
<style>
a { background-color: #9DDDDF; }
a { background-color: rgb(157,221,223); }
div.DivClassName
{
background-color: #9DDDDF;
}
.BgClassName
{
background-color: #9DDDDF;
}
</style>
border-color css
<style>
span { border-color: #9DDDDF; }
span { border-color: rgb(157,221,223); }
td.TdClassName
{
border-color: #9DDDDF;
}
.TagClassName
{
border-color: #9DDDDF;
}
</style>