Shades of Charlotte #9FE0E7
Tints of Charlotte #9FE0E7
RGB
CMYK
RGB Variations
Color information
#9FE0E7 (or 0x9FE0E7) is known color: Charlotte. HEX triplet: 9F, E0 and E7. RGB value is (159,224,231). Sum of RGB (Red+Green+Blue) = 159+224+231=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #9FE0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE0E7 is #601F18. Grayscale: #CDCDCD. Windows color (decimal): -6299417 or 15196319. OLE color: 15196319.
HSL color Cylindrical-coordinate representation of color #9FE0E7: hue angle of 185.83º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE0E7 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 224 | 231 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.09 |
| HSL | 185.83º | 0.6% | 0.76% | - |
| HSV(B) | 185.83º | 0.31% | 0.91% | - |
| XYZ | 55.38 | 66.45 | 85.51 | - |
| YUV | 205.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 231 | 0.31 | 0.03 | 0 | 0.09 | 185.83 | 0.6 | 0.76 |
| Hex | 9F | E0 | E7 | 1F | 3 | 0 | 9 | BA | 3C | 4C |
| Octal | 237 | 340 | 347 | 37 | 3 | 0 | 11 | 272 | 74 | 114 |
| Binary | 10011111 | 11100000 | 11100111 | 11111 | 11 | 0 | 1001 | 10111010 | 111100 | 1001100 |
Color Harmonies of #9FE0E7
Complementary color
Monochromatic Colors of #9FE0E7
Black with #9FE0E7
Text Example
Text Example
White with #9FE0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0E7; }
p { color: rgb(159,224,231); }
H1.HeaderClassName
{
color: #9FE0E7;
}
.AnyTagClassName
{
color: #9FE0E7;
}
</style>
background-color css
<style>
a { background-color: #9FE0E7; }
a { background-color: rgb(159,224,231); }
div.DivClassName
{
background-color: #9FE0E7;
}
.BgClassName
{
background-color: #9FE0E7;
}
</style>
border-color css
<style>
span { border-color: #9FE0E7; }
span { border-color: rgb(159,224,231); }
td.TdClassName
{
border-color: #9FE0E7;
}
.TagClassName
{
border-color: #9FE0E7;
}
</style>