Shades of Charlotte #9DD9E0
Tints of Charlotte #9DD9E0
RGB
CMYK
RGB Variations
Color information
#9DD9E0 (or 0x9DD9E0) is known color: Charlotte. HEX triplet: 9D, D9 and E0. RGB value is (157,217,224). Sum of RGB (Red+Green+Blue) = 157+217+224=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DD9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD9E0 is #62261F. Grayscale: #C7C7C7. Windows color (decimal): -6432288 or 14735773. OLE color: 14735773.
HSL color Cylindrical-coordinate representation of color #9DD9E0: hue angle of 186.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD9E0 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 217 | 224 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.12 |
| HSL | 186.27º | 0.52% | 0.75% | - |
| HSV(B) | 186.27º | 0.3% | 0.88% | - |
| XYZ | 52.17 | 62.18 | 79.77 | - |
| YUV | 199.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 224 | 0.30 | 0.03 | 0 | 0.12 | 186.27 | 0.52 | 0.75 |
| Hex | 9D | D9 | E0 | 1E | 3 | 0 | C | BA | 34 | 4B |
| Octal | 235 | 331 | 340 | 36 | 3 | 0 | 14 | 272 | 64 | 113 |
| Binary | 10011101 | 11011001 | 11100000 | 11110 | 11 | 0 | 1100 | 10111010 | 110100 | 1001011 |
Color Harmonies of #9DD9E0
Complementary color
Monochromatic Colors of #9DD9E0
Black with #9DD9E0
Text Example
Text Example
White with #9DD9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD9E0; }
p { color: rgb(157,217,224); }
H1.HeaderClassName
{
color: #9DD9E0;
}
.AnyTagClassName
{
color: #9DD9E0;
}
</style>
background-color css
<style>
a { background-color: #9DD9E0; }
a { background-color: rgb(157,217,224); }
div.DivClassName
{
background-color: #9DD9E0;
}
.BgClassName
{
background-color: #9DD9E0;
}
</style>
border-color css
<style>
span { border-color: #9DD9E0; }
span { border-color: rgb(157,217,224); }
td.TdClassName
{
border-color: #9DD9E0;
}
.TagClassName
{
border-color: #9DD9E0;
}
</style>