Shades of Charlotte #9DDDE1
Tints of Charlotte #9DDDE1
RGB
CMYK
RGB Variations
Color information
#9DDDE1 (or 0x9DDDE1) is known color: Charlotte. HEX triplet: 9D, DD and E1. RGB value is (157,221,225). Sum of RGB (Red+Green+Blue) = 157+221+225=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDE1 is #62221E. Grayscale: #CACACA. Windows color (decimal): -6431263 or 14802333. OLE color: 14802333.
HSL color Cylindrical-coordinate representation of color #9DDDE1: hue angle of 183.53º degrees, saturation: 0.53, 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 #9DDDE1 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 221 | 225 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.12 |
| HSL | 183.53º | 0.53% | 0.75% | - |
| HSV(B) | 183.53º | 0.3% | 0.88% | - |
| XYZ | 53.35 | 64.32 | 80.84 | - |
| YUV | 202.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 225 | 0.30 | 0.02 | 0 | 0.12 | 183.53 | 0.53 | 0.75 |
| Hex | 9D | DD | E1 | 1E | 2 | 0 | C | B8 | 35 | 4B |
| Octal | 235 | 335 | 341 | 36 | 2 | 0 | 14 | 270 | 65 | 113 |
| Binary | 10011101 | 11011101 | 11100001 | 11110 | 10 | 0 | 1100 | 10111000 | 110101 | 1001011 |
Color Harmonies of #9DDDE1
Complementary color
Monochromatic Colors of #9DDDE1
Black with #9DDDE1
Text Example
Text Example
White with #9DDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDE1; }
p { color: rgb(157,221,225); }
H1.HeaderClassName
{
color: #9DDDE1;
}
.AnyTagClassName
{
color: #9DDDE1;
}
</style>
background-color css
<style>
a { background-color: #9DDDE1; }
a { background-color: rgb(157,221,225); }
div.DivClassName
{
background-color: #9DDDE1;
}
.BgClassName
{
background-color: #9DDDE1;
}
</style>
border-color css
<style>
span { border-color: #9DDDE1; }
span { border-color: rgb(157,221,225); }
td.TdClassName
{
border-color: #9DDDE1;
}
.TagClassName
{
border-color: #9DDDE1;
}
</style>