Shades of Charlotte #9EE1E5
Tints of Charlotte #9EE1E5
RGB
CMYK
RGB Variations
Color information
#9EE1E5 (or 0x9EE1E5) is known color: Charlotte. HEX triplet: 9E, E1 and E5. RGB value is (158,225,229). Sum of RGB (Red+Green+Blue) = 158+225+229=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #9EE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE1E5 is #611E1A. Grayscale: #CDCDCD. Windows color (decimal): -6364699 or 15065502. OLE color: 15065502.
HSL color Cylindrical-coordinate representation of color #9EE1E5: hue angle of 183.38º degrees, saturation: 0.58, 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 #9EE1E5 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 225 | 229 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.10 |
| HSL | 183.38º | 0.58% | 0.76% | - |
| HSV(B) | 183.38º | 0.31% | 0.9% | - |
| XYZ | 55.17 | 66.78 | 84.11 | - |
| YUV | 205.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 229 | 0.31 | 0.02 | 0 | 0.10 | 183.38 | 0.58 | 0.76 |
| Hex | 9E | E1 | E5 | 1F | 2 | 0 | A | B7 | 3A | 4C |
| Octal | 236 | 341 | 345 | 37 | 2 | 0 | 12 | 267 | 72 | 114 |
| Binary | 10011110 | 11100001 | 11100101 | 11111 | 10 | 0 | 1010 | 10110111 | 111010 | 1001100 |
Color Harmonies of #9EE1E5
Complementary color
Monochromatic Colors of #9EE1E5
Black with #9EE1E5
Text Example
Text Example
White with #9EE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE1E5; }
p { color: rgb(158,225,229); }
H1.HeaderClassName
{
color: #9EE1E5;
}
.AnyTagClassName
{
color: #9EE1E5;
}
</style>
background-color css
<style>
a { background-color: #9EE1E5; }
a { background-color: rgb(158,225,229); }
div.DivClassName
{
background-color: #9EE1E5;
}
.BgClassName
{
background-color: #9EE1E5;
}
</style>
border-color css
<style>
span { border-color: #9EE1E5; }
span { border-color: rgb(158,225,229); }
td.TdClassName
{
border-color: #9EE1E5;
}
.TagClassName
{
border-color: #9EE1E5;
}
</style>