Shades of Charlotte #9ED7EE
Tints of Charlotte #9ED7EE
RGB
CMYK
RGB Variations
Color information
#9ED7EE (or 0x9ED7EE) is known color: Charlotte. HEX triplet: 9E, D7 and EE. RGB value is (158,215,238). Sum of RGB (Red+Green+Blue) = 158+215+238=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ED7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED7EE is #612811. Grayscale: #C8C8C8. Windows color (decimal): -6367250 or 15652766. OLE color: 15652766.
HSL color Cylindrical-coordinate representation of color #9ED7EE: hue angle of 197.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ED7EE is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 215 | 238 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.07 |
| HSL | 197.25º | 0.7% | 0.78% | - |
| HSV(B) | 197.25º | 0.34% | 0.93% | - |
| XYZ | 53.83 | 62.04 | 90.03 | - |
| YUV | 200.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 238 | 0.34 | 0.10 | 0 | 0.07 | 197.25 | 0.7 | 0.78 |
| Hex | 9E | D7 | EE | 22 | A | 0 | 7 | C5 | 46 | 4E |
| Octal | 236 | 327 | 356 | 42 | 12 | 0 | 7 | 305 | 106 | 116 |
| Binary | 10011110 | 11010111 | 11101110 | 100010 | 1010 | 0 | 111 | 11000101 | 1000110 | 1001110 |
Color Harmonies of #9ED7EE
Complementary color
Monochromatic Colors of #9ED7EE
Black with #9ED7EE
Text Example
Text Example
White with #9ED7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED7EE; }
p { color: rgb(158,215,238); }
H1.HeaderClassName
{
color: #9ED7EE;
}
.AnyTagClassName
{
color: #9ED7EE;
}
</style>
background-color css
<style>
a { background-color: #9ED7EE; }
a { background-color: rgb(158,215,238); }
div.DivClassName
{
background-color: #9ED7EE;
}
.BgClassName
{
background-color: #9ED7EE;
}
</style>
border-color css
<style>
span { border-color: #9ED7EE; }
span { border-color: rgb(158,215,238); }
td.TdClassName
{
border-color: #9ED7EE;
}
.TagClassName
{
border-color: #9ED7EE;
}
</style>