Shades of Charlotte #9EDDEB
Tints of Charlotte #9EDDEB
RGB
CMYK
RGB Variations
Color information
#9EDDEB (or 0x9EDDEB) is known color: Charlotte. HEX triplet: 9E, DD and EB. RGB value is (158,221,235). Sum of RGB (Red+Green+Blue) = 158+221+235=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EDDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDDEB is #612214. Grayscale: #CBCBCB. Windows color (decimal): -6365717 or 15457694. OLE color: 15457694.
HSL color Cylindrical-coordinate representation of color #9EDDEB: hue angle of 190.91º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDDEB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 221 | 235 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.08 |
| HSL | 190.91º | 0.66% | 0.77% | - |
| HSV(B) | 190.91º | 0.33% | 0.92% | - |
| XYZ | 54.95 | 64.98 | 88.24 | - |
| YUV | 203.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 235 | 0.33 | 0.06 | 0 | 0.08 | 190.91 | 0.66 | 0.77 |
| Hex | 9E | DD | EB | 21 | 6 | 0 | 8 | BF | 42 | 4D |
| Octal | 236 | 335 | 353 | 41 | 6 | 0 | 10 | 277 | 102 | 115 |
| Binary | 10011110 | 11011101 | 11101011 | 100001 | 110 | 0 | 1000 | 10111111 | 1000010 | 1001101 |
Color Harmonies of #9EDDEB
Complementary color
Monochromatic Colors of #9EDDEB
Black with #9EDDEB
Text Example
Text Example
White with #9EDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDDEB; }
p { color: rgb(158,221,235); }
H1.HeaderClassName
{
color: #9EDDEB;
}
.AnyTagClassName
{
color: #9EDDEB;
}
</style>
background-color css
<style>
a { background-color: #9EDDEB; }
a { background-color: rgb(158,221,235); }
div.DivClassName
{
background-color: #9EDDEB;
}
.BgClassName
{
background-color: #9EDDEB;
}
</style>
border-color css
<style>
span { border-color: #9EDDEB; }
span { border-color: rgb(158,221,235); }
td.TdClassName
{
border-color: #9EDDEB;
}
.TagClassName
{
border-color: #9EDDEB;
}
</style>