Shades of Charlotte #9FDFE5
Tints of Charlotte #9FDFE5
RGB
CMYK
RGB Variations
Color information
#9FDFE5 (or 0x9FDFE5) is known color: Charlotte. HEX triplet: 9F, DF and E5. RGB value is (159,223,229). Sum of RGB (Red+Green+Blue) = 159+223+229=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFE5 is #60201A. Grayscale: #CCCCCC. Windows color (decimal): -6299675 or 15064991. OLE color: 15064991.
HSL color Cylindrical-coordinate representation of color #9FDFE5: hue angle of 185.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FDFE5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 223 | 229 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.10 |
| HSL | 185.14º | 0.57% | 0.76% | - |
| HSV(B) | 185.14º | 0.31% | 0.9% | - |
| XYZ | 54.83 | 65.8 | 83.94 | - |
| YUV | 204.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 229 | 0.31 | 0.03 | 0 | 0.10 | 185.14 | 0.57 | 0.76 |
| Hex | 9F | DF | E5 | 1F | 3 | 0 | A | B9 | 39 | 4C |
| Octal | 237 | 337 | 345 | 37 | 3 | 0 | 12 | 271 | 71 | 114 |
| Binary | 10011111 | 11011111 | 11100101 | 11111 | 11 | 0 | 1010 | 10111001 | 111001 | 1001100 |
Color Harmonies of #9FDFE5
Complementary color
Monochromatic Colors of #9FDFE5
Black with #9FDFE5
Text Example
Text Example
White with #9FDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFE5; }
p { color: rgb(159,223,229); }
H1.HeaderClassName
{
color: #9FDFE5;
}
.AnyTagClassName
{
color: #9FDFE5;
}
</style>
background-color css
<style>
a { background-color: #9FDFE5; }
a { background-color: rgb(159,223,229); }
div.DivClassName
{
background-color: #9FDFE5;
}
.BgClassName
{
background-color: #9FDFE5;
}
</style>
border-color css
<style>
span { border-color: #9FDFE5; }
span { border-color: rgb(159,223,229); }
td.TdClassName
{
border-color: #9FDFE5;
}
.TagClassName
{
border-color: #9FDFE5;
}
</style>