Shades of Charlotte #9ED9EA
Tints of Charlotte #9ED9EA
RGB
CMYK
RGB Variations
Color information
#9ED9EA (or 0x9ED9EA) is known color: Charlotte. HEX triplet: 9E, D9 and EA. RGB value is (158,217,234). Sum of RGB (Red+Green+Blue) = 158+217+234=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ED9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED9EA is #612615. Grayscale: #C9C9C9. Windows color (decimal): -6366742 or 15391134. OLE color: 15391134.
HSL color Cylindrical-coordinate representation of color #9ED9EA: hue angle of 193.42º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ED9EA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 217 | 234 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.08 |
| HSL | 193.42º | 0.64% | 0.77% | - |
| HSV(B) | 193.42º | 0.32% | 0.92% | - |
| XYZ | 53.76 | 62.84 | 87.14 | - |
| YUV | 201.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 234 | 0.32 | 0.07 | 0 | 0.08 | 193.42 | 0.64 | 0.77 |
| Hex | 9E | D9 | EA | 20 | 7 | 0 | 8 | C1 | 40 | 4D |
| Octal | 236 | 331 | 352 | 40 | 7 | 0 | 10 | 301 | 100 | 115 |
| Binary | 10011110 | 11011001 | 11101010 | 100000 | 111 | 0 | 1000 | 11000001 | 1000000 | 1001101 |
Color Harmonies of #9ED9EA
Complementary color
Monochromatic Colors of #9ED9EA
Black with #9ED9EA
Text Example
Text Example
White with #9ED9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED9EA; }
p { color: rgb(158,217,234); }
H1.HeaderClassName
{
color: #9ED9EA;
}
.AnyTagClassName
{
color: #9ED9EA;
}
</style>
background-color css
<style>
a { background-color: #9ED9EA; }
a { background-color: rgb(158,217,234); }
div.DivClassName
{
background-color: #9ED9EA;
}
.BgClassName
{
background-color: #9ED9EA;
}
</style>
border-color css
<style>
span { border-color: #9ED9EA; }
span { border-color: rgb(158,217,234); }
td.TdClassName
{
border-color: #9ED9EA;
}
.TagClassName
{
border-color: #9ED9EA;
}
</style>