Shades of Charlotte #9FDDEC
Tints of Charlotte #9FDDEC
RGB
CMYK
RGB Variations
Color information
#9FDDEC (or 0x9FDDEC) is known color: Charlotte. HEX triplet: 9F, DD and EC. RGB value is (159,221,236). Sum of RGB (Red+Green+Blue) = 159+221+236=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDEC is #602213. Grayscale: #CCCCCC. Windows color (decimal): -6300180 or 15523231. OLE color: 15523231.
HSL color Cylindrical-coordinate representation of color #9FDDEC: hue angle of 191.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDDEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 221 | 236 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.07 |
| HSL | 191.69º | 0.67% | 0.77% | - |
| HSV(B) | 191.69º | 0.33% | 0.93% | - |
| XYZ | 55.29 | 65.14 | 89.02 | - |
| YUV | 204.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 236 | 0.33 | 0.06 | 0 | 0.07 | 191.69 | 0.67 | 0.77 |
| Hex | 9F | DD | EC | 21 | 6 | 0 | 7 | C0 | 43 | 4D |
| Octal | 237 | 335 | 354 | 41 | 6 | 0 | 7 | 300 | 103 | 115 |
| Binary | 10011111 | 11011101 | 11101100 | 100001 | 110 | 0 | 111 | 11000000 | 1000011 | 1001101 |
Color Harmonies of #9FDDEC
Complementary color
Monochromatic Colors of #9FDDEC
Black with #9FDDEC
Text Example
Text Example
White with #9FDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDEC; }
p { color: rgb(159,221,236); }
H1.HeaderClassName
{
color: #9FDDEC;
}
.AnyTagClassName
{
color: #9FDDEC;
}
</style>
background-color css
<style>
a { background-color: #9FDDEC; }
a { background-color: rgb(159,221,236); }
div.DivClassName
{
background-color: #9FDDEC;
}
.BgClassName
{
background-color: #9FDDEC;
}
</style>
border-color css
<style>
span { border-color: #9FDDEC; }
span { border-color: rgb(159,221,236); }
td.TdClassName
{
border-color: #9FDDEC;
}
.TagClassName
{
border-color: #9FDDEC;
}
</style>