Shades of Charlotte #9DD9EF
Tints of Charlotte #9DD9EF
RGB
CMYK
RGB Variations
Color information
#9DD9EF (or 0x9DD9EF) is known color: Charlotte. HEX triplet: 9D, D9 and EF. RGB value is (157,217,239). Sum of RGB (Red+Green+Blue) = 157+217+239=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DD9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD9EF is #622610. Grayscale: #C9C9C9. Windows color (decimal): -6432273 or 15718813. OLE color: 15718813.
HSL color Cylindrical-coordinate representation of color #9DD9EF: hue angle of 196.1º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD9EF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 217 | 239 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.06 |
| HSL | 196.1º | 0.72% | 0.78% | - |
| HSV(B) | 196.1º | 0.34% | 0.94% | - |
| XYZ | 54.3 | 63.03 | 90.96 | - |
| YUV | 201.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 239 | 0.34 | 0.09 | 0 | 0.06 | 196.1 | 0.72 | 0.78 |
| Hex | 9D | D9 | EF | 22 | 9 | 0 | 6 | C4 | 48 | 4E |
| Octal | 235 | 331 | 357 | 42 | 11 | 0 | 6 | 304 | 110 | 116 |
| Binary | 10011101 | 11011001 | 11101111 | 100010 | 1001 | 0 | 110 | 11000100 | 1001000 | 1001110 |
Color Harmonies of #9DD9EF
Complementary color
Monochromatic Colors of #9DD9EF
Black with #9DD9EF
Text Example
Text Example
White with #9DD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9EF; }
p { color: rgb(157,217,239); }
H1.HeaderClassName
{
color: #9DD9EF;
}
.AnyTagClassName
{
color: #9DD9EF;
}
</style>
background-color css
<style>
a { background-color: #9DD9EF; }
a { background-color: rgb(157,217,239); }
div.DivClassName
{
background-color: #9DD9EF;
}
.BgClassName
{
background-color: #9DD9EF;
}
</style>
border-color css
<style>
span { border-color: #9DD9EF; }
span { border-color: rgb(157,217,239); }
td.TdClassName
{
border-color: #9DD9EF;
}
.TagClassName
{
border-color: #9DD9EF;
}
</style>