Shades of Charlotte #9EE0E5
Tints of Charlotte #9EE0E5
RGB
CMYK
RGB Variations
Color information
#9EE0E5 (or 0x9EE0E5) is known color: Charlotte. HEX triplet: 9E, E0 and E5. RGB value is (158,224,229). Sum of RGB (Red+Green+Blue) = 158+224+229=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 224 (87.89% from 255 or 36.66% 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 #9EE0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0E5 is #611F1A. Grayscale: #CCCCCC. Windows color (decimal): -6364955 or 15065246. OLE color: 15065246.
HSL color Cylindrical-coordinate representation of color #9EE0E5: hue angle of 184.23º 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 #9EE0E5 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 224 | 229 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.10 |
| HSL | 184.23º | 0.58% | 0.76% | - |
| HSV(B) | 184.23º | 0.31% | 0.9% | - |
| XYZ | 54.9 | 66.24 | 84.02 | - |
| YUV | 204.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 229 | 0.31 | 0.02 | 0 | 0.10 | 184.23 | 0.58 | 0.76 |
| Hex | 9E | E0 | E5 | 1F | 2 | 0 | A | B8 | 3A | 4C |
| Octal | 236 | 340 | 345 | 37 | 2 | 0 | 12 | 270 | 72 | 114 |
| Binary | 10011110 | 11100000 | 11100101 | 11111 | 10 | 0 | 1010 | 10111000 | 111010 | 1001100 |
Color Harmonies of #9EE0E5
Complementary color
Monochromatic Colors of #9EE0E5
Black with #9EE0E5
Text Example
Text Example
White with #9EE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE0E5; }
p { color: rgb(158,224,229); }
H1.HeaderClassName
{
color: #9EE0E5;
}
.AnyTagClassName
{
color: #9EE0E5;
}
</style>
background-color css
<style>
a { background-color: #9EE0E5; }
a { background-color: rgb(158,224,229); }
div.DivClassName
{
background-color: #9EE0E5;
}
.BgClassName
{
background-color: #9EE0E5;
}
</style>
border-color css
<style>
span { border-color: #9EE0E5; }
span { border-color: rgb(158,224,229); }
td.TdClassName
{
border-color: #9EE0E5;
}
.TagClassName
{
border-color: #9EE0E5;
}
</style>