Shades of Charlotte #9EDBEE
Tints of Charlotte #9EDBEE
RGB
CMYK
RGB Variations
Color information
#9EDBEE (or 0x9EDBEE) is known color: Charlotte. HEX triplet: 9E, DB and EE. RGB value is (158,219,238). Sum of RGB (Red+Green+Blue) = 158+219+238=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDBEE is #612411. Grayscale: #CACACA. Windows color (decimal): -6366226 or 15653790. OLE color: 15653790.
HSL color Cylindrical-coordinate representation of color #9EDBEE: hue angle of 194.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 #9EDBEE is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 219 | 238 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.07 |
| HSL | 194.25º | 0.7% | 0.78% | - |
| HSV(B) | 194.25º | 0.34% | 0.93% | - |
| XYZ | 54.86 | 64.11 | 90.37 | - |
| YUV | 202.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 238 | 0.34 | 0.08 | 0 | 0.07 | 194.25 | 0.7 | 0.78 |
| Hex | 9E | DB | EE | 22 | 8 | 0 | 7 | C2 | 46 | 4E |
| Octal | 236 | 333 | 356 | 42 | 10 | 0 | 7 | 302 | 106 | 116 |
| Binary | 10011110 | 11011011 | 11101110 | 100010 | 1000 | 0 | 111 | 11000010 | 1000110 | 1001110 |
Color Harmonies of #9EDBEE
Complementary color
Monochromatic Colors of #9EDBEE
Black with #9EDBEE
Text Example
Text Example
White with #9EDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBEE; }
p { color: rgb(158,219,238); }
H1.HeaderClassName
{
color: #9EDBEE;
}
.AnyTagClassName
{
color: #9EDBEE;
}
</style>
background-color css
<style>
a { background-color: #9EDBEE; }
a { background-color: rgb(158,219,238); }
div.DivClassName
{
background-color: #9EDBEE;
}
.BgClassName
{
background-color: #9EDBEE;
}
</style>
border-color css
<style>
span { border-color: #9EDBEE; }
span { border-color: rgb(158,219,238); }
td.TdClassName
{
border-color: #9EDBEE;
}
.TagClassName
{
border-color: #9EDBEE;
}
</style>