Shades of Charlotte #9FDBEC
Tints of Charlotte #9FDBEC
RGB
CMYK
RGB Variations
Color information
#9FDBEC (or 0x9FDBEC) is known color: Charlotte. HEX triplet: 9F, DB and EC. RGB value is (159,219,236). Sum of RGB (Red+Green+Blue) = 159+219+236=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDBEC is #602413. Grayscale: #CACACA. Windows color (decimal): -6300692 or 15522719. OLE color: 15522719.
HSL color Cylindrical-coordinate representation of color #9FDBEC: hue angle of 193.25º 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 #9FDBEC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 219 | 236 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.07 |
| HSL | 193.25º | 0.67% | 0.77% | - |
| HSV(B) | 193.25º | 0.33% | 0.93% | - |
| XYZ | 54.77 | 64.09 | 88.84 | - |
| YUV | 203 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 236 | 0.33 | 0.07 | 0 | 0.07 | 193.25 | 0.67 | 0.77 |
| Hex | 9F | DB | EC | 21 | 7 | 0 | 7 | C1 | 43 | 4D |
| Octal | 237 | 333 | 354 | 41 | 7 | 0 | 7 | 301 | 103 | 115 |
| Binary | 10011111 | 11011011 | 11101100 | 100001 | 111 | 0 | 111 | 11000001 | 1000011 | 1001101 |
Color Harmonies of #9FDBEC
Complementary color
Monochromatic Colors of #9FDBEC
Black with #9FDBEC
Text Example
Text Example
White with #9FDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBEC; }
p { color: rgb(159,219,236); }
H1.HeaderClassName
{
color: #9FDBEC;
}
.AnyTagClassName
{
color: #9FDBEC;
}
</style>
background-color css
<style>
a { background-color: #9FDBEC; }
a { background-color: rgb(159,219,236); }
div.DivClassName
{
background-color: #9FDBEC;
}
.BgClassName
{
background-color: #9FDBEC;
}
</style>
border-color css
<style>
span { border-color: #9FDBEC; }
span { border-color: rgb(159,219,236); }
td.TdClassName
{
border-color: #9FDBEC;
}
.TagClassName
{
border-color: #9FDBEC;
}
</style>