Shades of Charlotte #9DD8DE
Tints of Charlotte #9DD8DE
RGB
CMYK
RGB Variations
Color information
#9DD8DE (or 0x9DD8DE) is known color: Charlotte. HEX triplet: 9D, D8 and DE. RGB value is (157,216,222). Sum of RGB (Red+Green+Blue) = 157+216+222=595 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.39% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DD8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD8DE is #622721. Grayscale: #C6C6C6. Windows color (decimal): -6432546 or 14604445. OLE color: 14604445.
HSL color Cylindrical-coordinate representation of color #9DD8DE: hue angle of 185.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD8DE is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 216 | 222 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.13 |
| HSL | 185.54º | 0.5% | 0.74% | - |
| HSV(B) | 185.54º | 0.29% | 0.87% | - |
| XYZ | 51.65 | 61.55 | 78.27 | - |
| YUV | 199.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 222 | 0.29 | 0.03 | 0 | 0.13 | 185.54 | 0.5 | 0.74 |
| Hex | 9D | D8 | DE | 1D | 3 | 0 | D | BA | 32 | 4A |
| Octal | 235 | 330 | 336 | 35 | 3 | 0 | 15 | 272 | 62 | 112 |
| Binary | 10011101 | 11011000 | 11011110 | 11101 | 11 | 0 | 1101 | 10111010 | 110010 | 1001010 |
Color Harmonies of #9DD8DE
Complementary color
Monochromatic Colors of #9DD8DE
Black with #9DD8DE
Text Example
Text Example
White with #9DD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD8DE; }
p { color: rgb(157,216,222); }
H1.HeaderClassName
{
color: #9DD8DE;
}
.AnyTagClassName
{
color: #9DD8DE;
}
</style>
background-color css
<style>
a { background-color: #9DD8DE; }
a { background-color: rgb(157,216,222); }
div.DivClassName
{
background-color: #9DD8DE;
}
.BgClassName
{
background-color: #9DD8DE;
}
</style>
border-color css
<style>
span { border-color: #9DD8DE; }
span { border-color: rgb(157,216,222); }
td.TdClassName
{
border-color: #9DD8DE;
}
.TagClassName
{
border-color: #9DD8DE;
}
</style>