Shades of Charlotte #9DDDE0
Tints of Charlotte #9DDDE0
RGB
CMYK
RGB Variations
Color information
#9DDDE0 (or 0x9DDDE0) is known color: Charlotte. HEX triplet: 9D, DD and E0. RGB value is (157,221,224). Sum of RGB (Red+Green+Blue) = 157+221+224=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #9DDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDE0 is #62221F. Grayscale: #CACACA. Windows color (decimal): -6431264 or 14736797. OLE color: 14736797.
HSL color Cylindrical-coordinate representation of color #9DDDE0: hue angle of 182.69º 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 #9DDDE0 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 221 | 224 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.12 |
| HSL | 182.69º | 0.52% | 0.75% | - |
| HSV(B) | 182.69º | 0.3% | 0.88% | - |
| XYZ | 53.22 | 64.26 | 80.12 | - |
| YUV | 202.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 224 | 0.30 | 0.01 | 0 | 0.12 | 182.69 | 0.52 | 0.75 |
| Hex | 9D | DD | E0 | 1E | 1 | 0 | C | B7 | 34 | 4B |
| Octal | 235 | 335 | 340 | 36 | 1 | 0 | 14 | 267 | 64 | 113 |
| Binary | 10011101 | 11011101 | 11100000 | 11110 | 1 | 0 | 1100 | 10110111 | 110100 | 1001011 |
Color Harmonies of #9DDDE0
Complementary color
Monochromatic Colors of #9DDDE0
Black with #9DDDE0
Text Example
Text Example
White with #9DDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDE0; }
p { color: rgb(157,221,224); }
H1.HeaderClassName
{
color: #9DDDE0;
}
.AnyTagClassName
{
color: #9DDDE0;
}
</style>
background-color css
<style>
a { background-color: #9DDDE0; }
a { background-color: rgb(157,221,224); }
div.DivClassName
{
background-color: #9DDDE0;
}
.BgClassName
{
background-color: #9DDDE0;
}
</style>
border-color css
<style>
span { border-color: #9DDDE0; }
span { border-color: rgb(157,221,224); }
td.TdClassName
{
border-color: #9DDDE0;
}
.TagClassName
{
border-color: #9DDDE0;
}
</style>