Shades of Charlotte #9EDDE0
Tints of Charlotte #9EDDE0
RGB
CMYK
RGB Variations
Color information
#9EDDE0 (or 0x9EDDE0) is known color: Charlotte. HEX triplet: 9E, DD and E0. RGB value is (158,221,224). Sum of RGB (Red+Green+Blue) = 158+221+224=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDE0 is #61221F. Grayscale: #CACACA. Windows color (decimal): -6365728 or 14736798. OLE color: 14736798.
HSL color Cylindrical-coordinate representation of color #9EDDE0: hue angle of 182.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDE0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 221 | 224 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.12 |
| HSL | 182.73º | 0.52% | 0.75% | - |
| HSV(B) | 182.73º | 0.29% | 0.88% | - |
| XYZ | 53.41 | 64.36 | 80.13 | - |
| YUV | 202.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 224 | 0.29 | 0.01 | 0 | 0.12 | 182.73 | 0.52 | 0.75 |
| Hex | 9E | DD | E0 | 1D | 1 | 0 | C | B7 | 34 | 4B |
| Octal | 236 | 335 | 340 | 35 | 1 | 0 | 14 | 267 | 64 | 113 |
| Binary | 10011110 | 11011101 | 11100000 | 11101 | 1 | 0 | 1100 | 10110111 | 110100 | 1001011 |
Color Harmonies of #9EDDE0
Complementary color
Monochromatic Colors of #9EDDE0
Black with #9EDDE0
Text Example
Text Example
White with #9EDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDDE0; }
p { color: rgb(158,221,224); }
H1.HeaderClassName
{
color: #9EDDE0;
}
.AnyTagClassName
{
color: #9EDDE0;
}
</style>
background-color css
<style>
a { background-color: #9EDDE0; }
a { background-color: rgb(158,221,224); }
div.DivClassName
{
background-color: #9EDDE0;
}
.BgClassName
{
background-color: #9EDDE0;
}
</style>
border-color css
<style>
span { border-color: #9EDDE0; }
span { border-color: rgb(158,221,224); }
td.TdClassName
{
border-color: #9EDDE0;
}
.TagClassName
{
border-color: #9EDDE0;
}
</style>