Shades of Charlotte #9FDCED
Tints of Charlotte #9FDCED
RGB
CMYK
RGB Variations
Color information
#9FDCED (or 0x9FDCED) is known color: Charlotte. HEX triplet: 9F, DC and ED. RGB value is (159,220,237). Sum of RGB (Red+Green+Blue) = 159+220+237=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FDCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCED is #602312. Grayscale: #CBCBCB. Windows color (decimal): -6300435 or 15588511. OLE color: 15588511.
HSL color Cylindrical-coordinate representation of color #9FDCED: hue angle of 193.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDCED is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 220 | 237 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.07 |
| HSL | 193.08º | 0.68% | 0.78% | - |
| HSV(B) | 193.08º | 0.33% | 0.93% | - |
| XYZ | 55.18 | 64.67 | 89.7 | - |
| YUV | 203.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 237 | 0.33 | 0.07 | 0 | 0.07 | 193.08 | 0.68 | 0.78 |
| Hex | 9F | DC | ED | 21 | 7 | 0 | 7 | C1 | 44 | 4E |
| Octal | 237 | 334 | 355 | 41 | 7 | 0 | 7 | 301 | 104 | 116 |
| Binary | 10011111 | 11011100 | 11101101 | 100001 | 111 | 0 | 111 | 11000001 | 1000100 | 1001110 |
Color Harmonies of #9FDCED
Complementary color
Monochromatic Colors of #9FDCED
Black with #9FDCED
Text Example
Text Example
White with #9FDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCED; }
p { color: rgb(159,220,237); }
H1.HeaderClassName
{
color: #9FDCED;
}
.AnyTagClassName
{
color: #9FDCED;
}
</style>
background-color css
<style>
a { background-color: #9FDCED; }
a { background-color: rgb(159,220,237); }
div.DivClassName
{
background-color: #9FDCED;
}
.BgClassName
{
background-color: #9FDCED;
}
</style>
border-color css
<style>
span { border-color: #9FDCED; }
span { border-color: rgb(159,220,237); }
td.TdClassName
{
border-color: #9FDCED;
}
.TagClassName
{
border-color: #9FDCED;
}
</style>