Shades of Charlotte #9EDAEA
Tints of Charlotte #9EDAEA
RGB
CMYK
RGB Variations
Color information
#9EDAEA (or 0x9EDAEA) is known color: Charlotte. HEX triplet: 9E, DA and EA. RGB value is (158,218,234). Sum of RGB (Red+Green+Blue) = 158+218+234=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDAEA is #612515. Grayscale: #C9C9C9. Windows color (decimal): -6366486 or 15391390. OLE color: 15391390.
HSL color Cylindrical-coordinate representation of color #9EDAEA: hue angle of 192.63º 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 #9EDAEA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 218 | 234 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.08 |
| HSL | 192.63º | 0.64% | 0.77% | - |
| HSV(B) | 192.63º | 0.32% | 0.92% | - |
| XYZ | 54.02 | 63.35 | 87.22 | - |
| YUV | 201.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 234 | 0.32 | 0.07 | 0 | 0.08 | 192.63 | 0.64 | 0.77 |
| Hex | 9E | DA | EA | 20 | 7 | 0 | 8 | C1 | 40 | 4D |
| Octal | 236 | 332 | 352 | 40 | 7 | 0 | 10 | 301 | 100 | 115 |
| Binary | 10011110 | 11011010 | 11101010 | 100000 | 111 | 0 | 1000 | 11000001 | 1000000 | 1001101 |
Color Harmonies of #9EDAEA
Complementary color
Monochromatic Colors of #9EDAEA
Black with #9EDAEA
Text Example
Text Example
White with #9EDAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDAEA; }
p { color: rgb(158,218,234); }
H1.HeaderClassName
{
color: #9EDAEA;
}
.AnyTagClassName
{
color: #9EDAEA;
}
</style>
background-color css
<style>
a { background-color: #9EDAEA; }
a { background-color: rgb(158,218,234); }
div.DivClassName
{
background-color: #9EDAEA;
}
.BgClassName
{
background-color: #9EDAEA;
}
</style>
border-color css
<style>
span { border-color: #9EDAEA; }
span { border-color: rgb(158,218,234); }
td.TdClassName
{
border-color: #9EDAEA;
}
.TagClassName
{
border-color: #9EDAEA;
}
</style>