Shades of Charlotte #9DDCDF
Tints of Charlotte #9DDCDF
RGB
CMYK
RGB Variations
Color information
#9DDCDF (or 0x9DDCDF) is known color: Charlotte. HEX triplet: 9D, DC and DF. RGB value is (157,220,223). Sum of RGB (Red+Green+Blue) = 157+220+223=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCDF is #622320. Grayscale: #C9C9C9. Windows color (decimal): -6431521 or 14671005. OLE color: 14671005.
HSL color Cylindrical-coordinate representation of color #9DDCDF: hue angle of 182.73º 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 #9DDCDF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 220 | 223 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.13 |
| HSL | 182.73º | 0.51% | 0.75% | - |
| HSV(B) | 182.73º | 0.3% | 0.87% | - |
| XYZ | 52.82 | 63.68 | 79.32 | - |
| YUV | 201.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 223 | 0.30 | 0.01 | 0 | 0.13 | 182.73 | 0.51 | 0.75 |
| Hex | 9D | DC | DF | 1E | 1 | 0 | D | B7 | 33 | 4B |
| Octal | 235 | 334 | 337 | 36 | 1 | 0 | 15 | 267 | 63 | 113 |
| Binary | 10011101 | 11011100 | 11011111 | 11110 | 1 | 0 | 1101 | 10110111 | 110011 | 1001011 |
Color Harmonies of #9DDCDF
Complementary color
Monochromatic Colors of #9DDCDF
Black with #9DDCDF
Text Example
Text Example
White with #9DDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCDF; }
p { color: rgb(157,220,223); }
H1.HeaderClassName
{
color: #9DDCDF;
}
.AnyTagClassName
{
color: #9DDCDF;
}
</style>
background-color css
<style>
a { background-color: #9DDCDF; }
a { background-color: rgb(157,220,223); }
div.DivClassName
{
background-color: #9DDCDF;
}
.BgClassName
{
background-color: #9DDCDF;
}
</style>
border-color css
<style>
span { border-color: #9DDCDF; }
span { border-color: rgb(157,220,223); }
td.TdClassName
{
border-color: #9DDCDF;
}
.TagClassName
{
border-color: #9DDCDF;
}
</style>