Shades of Charlotte #9EDBDF
Tints of Charlotte #9EDBDF
RGB
CMYK
RGB Variations
Color information
#9EDBDF (or 0x9EDBDF) is known color: Charlotte. HEX triplet: 9E, DB and DF. RGB value is (158,219,223). Sum of RGB (Red+Green+Blue) = 158+219+223=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBDF is #612420. Grayscale: #C9C9C9. Windows color (decimal): -6366241 or 14670750. OLE color: 14670750.
HSL color Cylindrical-coordinate representation of color #9EDBDF: hue angle of 183.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDBDF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 219 | 223 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.13 |
| HSL | 183.69º | 0.5% | 0.75% | - |
| HSV(B) | 183.69º | 0.29% | 0.87% | - |
| XYZ | 52.75 | 63.26 | 79.24 | - |
| YUV | 201.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 223 | 0.29 | 0.02 | 0 | 0.13 | 183.69 | 0.5 | 0.75 |
| Hex | 9E | DB | DF | 1D | 2 | 0 | D | B8 | 32 | 4B |
| Octal | 236 | 333 | 337 | 35 | 2 | 0 | 15 | 270 | 62 | 113 |
| Binary | 10011110 | 11011011 | 11011111 | 11101 | 10 | 0 | 1101 | 10111000 | 110010 | 1001011 |
Color Harmonies of #9EDBDF
Complementary color
Monochromatic Colors of #9EDBDF
Black with #9EDBDF
Text Example
Text Example
White with #9EDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBDF; }
p { color: rgb(158,219,223); }
H1.HeaderClassName
{
color: #9EDBDF;
}
.AnyTagClassName
{
color: #9EDBDF;
}
</style>
background-color css
<style>
a { background-color: #9EDBDF; }
a { background-color: rgb(158,219,223); }
div.DivClassName
{
background-color: #9EDBDF;
}
.BgClassName
{
background-color: #9EDBDF;
}
</style>
border-color css
<style>
span { border-color: #9EDBDF; }
span { border-color: rgb(158,219,223); }
td.TdClassName
{
border-color: #9EDBDF;
}
.TagClassName
{
border-color: #9EDBDF;
}
</style>