Shades of Charlotte #9EDDE1
Tints of Charlotte #9EDDE1
RGB
CMYK
RGB Variations
Color information
#9EDDE1 (or 0x9EDDE1) is known color: Charlotte. HEX triplet: 9E, DD and E1. RGB value is (158,221,225). Sum of RGB (Red+Green+Blue) = 158+221+225=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #9EDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDE1 is #61221E. Grayscale: #CACACA. Windows color (decimal): -6365727 or 14802334. OLE color: 14802334.
HSL color Cylindrical-coordinate representation of color #9EDDE1: hue angle of 183.58º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EDDE1 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 221 | 225 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.12 |
| HSL | 183.58º | 0.53% | 0.75% | - |
| HSV(B) | 183.58º | 0.3% | 0.88% | - |
| XYZ | 53.55 | 64.42 | 80.85 | - |
| YUV | 202.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 225 | 0.30 | 0.02 | 0 | 0.12 | 183.58 | 0.53 | 0.75 |
| Hex | 9E | DD | E1 | 1E | 2 | 0 | C | B8 | 35 | 4B |
| Octal | 236 | 335 | 341 | 36 | 2 | 0 | 14 | 270 | 65 | 113 |
| Binary | 10011110 | 11011101 | 11100001 | 11110 | 10 | 0 | 1100 | 10111000 | 110101 | 1001011 |
Color Harmonies of #9EDDE1
Complementary color
Monochromatic Colors of #9EDDE1
Black with #9EDDE1
Text Example
Text Example
White with #9EDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDDE1; }
p { color: rgb(158,221,225); }
H1.HeaderClassName
{
color: #9EDDE1;
}
.AnyTagClassName
{
color: #9EDDE1;
}
</style>
background-color css
<style>
a { background-color: #9EDDE1; }
a { background-color: rgb(158,221,225); }
div.DivClassName
{
background-color: #9EDDE1;
}
.BgClassName
{
background-color: #9EDDE1;
}
</style>
border-color css
<style>
span { border-color: #9EDDE1; }
span { border-color: rgb(158,221,225); }
td.TdClassName
{
border-color: #9EDDE1;
}
.TagClassName
{
border-color: #9EDDE1;
}
</style>