Shades of Charlotte #9DDCE5
Tints of Charlotte #9DDCE5
RGB
CMYK
RGB Variations
Color information
#9DDCE5 (or 0x9DDCE5) is known color: Charlotte. HEX triplet: 9D, DC and E5. RGB value is (157,220,229). Sum of RGB (Red+Green+Blue) = 157+220+229=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #9DDCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDCE5 is #62231A. Grayscale: #CACACA. Windows color (decimal): -6431515 or 15064221. OLE color: 15064221.
HSL color Cylindrical-coordinate representation of color #9DDCE5: hue angle of 187.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DDCE5 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 220 | 229 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.10 |
| HSL | 187.5º | 0.58% | 0.76% | - |
| HSV(B) | 187.5º | 0.31% | 0.9% | - |
| XYZ | 53.64 | 64.01 | 83.66 | - |
| YUV | 202.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 229 | 0.31 | 0.04 | 0 | 0.10 | 187.5 | 0.58 | 0.76 |
| Hex | 9D | DC | E5 | 1F | 4 | 0 | A | BC | 3A | 4C |
| Octal | 235 | 334 | 345 | 37 | 4 | 0 | 12 | 274 | 72 | 114 |
| Binary | 10011101 | 11011100 | 11100101 | 11111 | 100 | 0 | 1010 | 10111100 | 111010 | 1001100 |
Color Harmonies of #9DDCE5
Complementary color
Monochromatic Colors of #9DDCE5
Black with #9DDCE5
Text Example
Text Example
White with #9DDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDCE5; }
p { color: rgb(157,220,229); }
H1.HeaderClassName
{
color: #9DDCE5;
}
.AnyTagClassName
{
color: #9DDCE5;
}
</style>
background-color css
<style>
a { background-color: #9DDCE5; }
a { background-color: rgb(157,220,229); }
div.DivClassName
{
background-color: #9DDCE5;
}
.BgClassName
{
background-color: #9DDCE5;
}
</style>
border-color css
<style>
span { border-color: #9DDCE5; }
span { border-color: rgb(157,220,229); }
td.TdClassName
{
border-color: #9DDCE5;
}
.TagClassName
{
border-color: #9DDCE5;
}
</style>