Shades of Charlotte #9FDCDE
Tints of Charlotte #9FDCDE
RGB
CMYK
RGB Variations
Color information
#9FDCDE (or 0x9FDCDE) is known color: Charlotte. HEX triplet: 9F, DC and DE. RGB value is (159,220,222). Sum of RGB (Red+Green+Blue) = 159+220+222=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDCDE is #602321. Grayscale: #C9C9C9. Windows color (decimal): -6300450 or 14605471. OLE color: 14605471.
HSL color Cylindrical-coordinate representation of color #9FDCDE: hue angle of 181.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCDE is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 220 | 222 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.13 |
| HSL | 181.9º | 0.49% | 0.75% | - |
| HSV(B) | 181.9º | 0.28% | 0.87% | - |
| XYZ | 53.08 | 63.83 | 78.63 | - |
| YUV | 201.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 222 | 0.28 | 0.01 | 0 | 0.13 | 181.9 | 0.49 | 0.75 |
| Hex | 9F | DC | DE | 1C | 1 | 0 | D | B6 | 31 | 4B |
| Octal | 237 | 334 | 336 | 34 | 1 | 0 | 15 | 266 | 61 | 113 |
| Binary | 10011111 | 11011100 | 11011110 | 11100 | 1 | 0 | 1101 | 10110110 | 110001 | 1001011 |
Color Harmonies of #9FDCDE
Complementary color
Monochromatic Colors of #9FDCDE
Black with #9FDCDE
Text Example
Text Example
White with #9FDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDCDE; }
p { color: rgb(159,220,222); }
H1.HeaderClassName
{
color: #9FDCDE;
}
.AnyTagClassName
{
color: #9FDCDE;
}
</style>
background-color css
<style>
a { background-color: #9FDCDE; }
a { background-color: rgb(159,220,222); }
div.DivClassName
{
background-color: #9FDCDE;
}
.BgClassName
{
background-color: #9FDCDE;
}
</style>
border-color css
<style>
span { border-color: #9FDCDE; }
span { border-color: rgb(159,220,222); }
td.TdClassName
{
border-color: #9FDCDE;
}
.TagClassName
{
border-color: #9FDCDE;
}
</style>