Shades of Charlotte #9ED9ED
Tints of Charlotte #9ED9ED
RGB
CMYK
RGB Variations
Color information
#9ED9ED (or 0x9ED9ED) is known color: Charlotte. HEX triplet: 9E, D9 and ED. RGB value is (158,217,237). Sum of RGB (Red+Green+Blue) = 158+217+237=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #9ED9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED9ED is #612612. Grayscale: #C9C9C9. Windows color (decimal): -6366739 or 15587742. OLE color: 15587742.
HSL color Cylindrical-coordinate representation of color #9ED9ED: hue angle of 195.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED9ED is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 217 | 237 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.07 |
| HSL | 195.19º | 0.69% | 0.77% | - |
| HSV(B) | 195.19º | 0.33% | 0.93% | - |
| XYZ | 54.2 | 63.01 | 89.43 | - |
| YUV | 201.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 237 | 0.33 | 0.08 | 0 | 0.07 | 195.19 | 0.69 | 0.77 |
| Hex | 9E | D9 | ED | 21 | 8 | 0 | 7 | C3 | 45 | 4D |
| Octal | 236 | 331 | 355 | 41 | 10 | 0 | 7 | 303 | 105 | 115 |
| Binary | 10011110 | 11011001 | 11101101 | 100001 | 1000 | 0 | 111 | 11000011 | 1000101 | 1001101 |
Color Harmonies of #9ED9ED
Complementary color
Monochromatic Colors of #9ED9ED
Black with #9ED9ED
Text Example
Text Example
White with #9ED9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED9ED; }
p { color: rgb(158,217,237); }
H1.HeaderClassName
{
color: #9ED9ED;
}
.AnyTagClassName
{
color: #9ED9ED;
}
</style>
background-color css
<style>
a { background-color: #9ED9ED; }
a { background-color: rgb(158,217,237); }
div.DivClassName
{
background-color: #9ED9ED;
}
.BgClassName
{
background-color: #9ED9ED;
}
</style>
border-color css
<style>
span { border-color: #9ED9ED; }
span { border-color: rgb(158,217,237); }
td.TdClassName
{
border-color: #9ED9ED;
}
.TagClassName
{
border-color: #9ED9ED;
}
</style>