Shades of Charlotte #9DD8E0
Tints of Charlotte #9DD8E0
RGB
CMYK
RGB Variations
Color information
#9DD8E0 (or 0x9DD8E0) is known color: Charlotte. HEX triplet: 9D, D8 and E0. RGB value is (157,216,224). Sum of RGB (Red+Green+Blue) = 157+216+224=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DD8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8E0 is #62271F. Grayscale: #C7C7C7. Windows color (decimal): -6432544 or 14735517. OLE color: 14735517.
HSL color Cylindrical-coordinate representation of color #9DD8E0: hue angle of 187.16º 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 #9DD8E0 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 216 | 224 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.12 |
| HSL | 187.16º | 0.52% | 0.75% | - |
| HSV(B) | 187.16º | 0.3% | 0.88% | - |
| XYZ | 51.92 | 61.66 | 79.69 | - |
| YUV | 199.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 224 | 0.30 | 0.04 | 0 | 0.12 | 187.16 | 0.52 | 0.75 |
| Hex | 9D | D8 | E0 | 1E | 4 | 0 | C | BB | 34 | 4B |
| Octal | 235 | 330 | 340 | 36 | 4 | 0 | 14 | 273 | 64 | 113 |
| Binary | 10011101 | 11011000 | 11100000 | 11110 | 100 | 0 | 1100 | 10111011 | 110100 | 1001011 |
Color Harmonies of #9DD8E0
Complementary color
Monochromatic Colors of #9DD8E0
Black with #9DD8E0
Text Example
Text Example
White with #9DD8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8E0; }
p { color: rgb(157,216,224); }
H1.HeaderClassName
{
color: #9DD8E0;
}
.AnyTagClassName
{
color: #9DD8E0;
}
</style>
background-color css
<style>
a { background-color: #9DD8E0; }
a { background-color: rgb(157,216,224); }
div.DivClassName
{
background-color: #9DD8E0;
}
.BgClassName
{
background-color: #9DD8E0;
}
</style>
border-color css
<style>
span { border-color: #9DD8E0; }
span { border-color: rgb(157,216,224); }
td.TdClassName
{
border-color: #9DD8E0;
}
.TagClassName
{
border-color: #9DD8E0;
}
</style>