Shades of Charlotte #9FDCEC
Tints of Charlotte #9FDCEC
RGB
CMYK
RGB Variations
Color information
#9FDCEC (or 0x9FDCEC) is known color: Charlotte. HEX triplet: 9F, DC and EC. RGB value is (159,220,236). Sum of RGB (Red+Green+Blue) = 159+220+236=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDCEC is #602313. Grayscale: #CBCBCB. Windows color (decimal): -6300436 or 15522975. OLE color: 15522975.
HSL color Cylindrical-coordinate representation of color #9FDCEC: hue angle of 192.47º 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 #9FDCEC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 220 | 236 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.07 |
| HSL | 192.47º | 0.67% | 0.77% | - |
| HSV(B) | 192.47º | 0.33% | 0.93% | - |
| XYZ | 55.03 | 64.61 | 88.93 | - |
| YUV | 203.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 236 | 0.33 | 0.07 | 0 | 0.07 | 192.47 | 0.67 | 0.77 |
| Hex | 9F | DC | EC | 21 | 7 | 0 | 7 | C0 | 43 | 4D |
| Octal | 237 | 334 | 354 | 41 | 7 | 0 | 7 | 300 | 103 | 115 |
| Binary | 10011111 | 11011100 | 11101100 | 100001 | 111 | 0 | 111 | 11000000 | 1000011 | 1001101 |
Color Harmonies of #9FDCEC
Complementary color
Monochromatic Colors of #9FDCEC
Black with #9FDCEC
Text Example
Text Example
White with #9FDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCEC; }
p { color: rgb(159,220,236); }
H1.HeaderClassName
{
color: #9FDCEC;
}
.AnyTagClassName
{
color: #9FDCEC;
}
</style>
background-color css
<style>
a { background-color: #9FDCEC; }
a { background-color: rgb(159,220,236); }
div.DivClassName
{
background-color: #9FDCEC;
}
.BgClassName
{
background-color: #9FDCEC;
}
</style>
border-color css
<style>
span { border-color: #9FDCEC; }
span { border-color: rgb(159,220,236); }
td.TdClassName
{
border-color: #9FDCEC;
}
.TagClassName
{
border-color: #9FDCEC;
}
</style>