Shades of Charlotte #9DDDDE
Tints of Charlotte #9DDDDE
RGB
CMYK
RGB Variations
Color information
#9DDDDE (or 0x9DDDDE) is known color: Charlotte. HEX triplet: 9D, DD and DE. RGB value is (157,221,222). Sum of RGB (Red+Green+Blue) = 157+221+222=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDDE is #622221. Grayscale: #C9C9C9. Windows color (decimal): -6431266 or 14605725. OLE color: 14605725.
HSL color Cylindrical-coordinate representation of color #9DDDDE: hue angle of 180.92º 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 #9DDDDE is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 222 | - |
| CMYK | 0.29 | 0.00 | 0 | 0.13 |
| HSL | 180.92º | 0.5% | 0.74% | - |
| HSV(B) | 180.92º | 0.29% | 0.87% | - |
| XYZ | 52.95 | 64.15 | 78.7 | - |
| YUV | 201.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 222 | 0.29 | 0.00 | 0 | 0.13 | 180.92 | 0.5 | 0.74 |
| Hex | 9D | DD | DE | 1D | 0 | 0 | D | B5 | 32 | 4A |
| Octal | 235 | 335 | 336 | 35 | 0 | 0 | 15 | 265 | 62 | 112 |
| Binary | 10011101 | 11011101 | 11011110 | 11101 | 0 | 0 | 1101 | 10110101 | 110010 | 1001010 |
Color Harmonies of #9DDDDE
Complementary color
Monochromatic Colors of #9DDDDE
Black with #9DDDDE
Text Example
Text Example
White with #9DDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDDDE; }
p { color: rgb(157,221,222); }
H1.HeaderClassName
{
color: #9DDDDE;
}
.AnyTagClassName
{
color: #9DDDDE;
}
</style>
background-color css
<style>
a { background-color: #9DDDDE; }
a { background-color: rgb(157,221,222); }
div.DivClassName
{
background-color: #9DDDDE;
}
.BgClassName
{
background-color: #9DDDDE;
}
</style>
border-color css
<style>
span { border-color: #9DDDDE; }
span { border-color: rgb(157,221,222); }
td.TdClassName
{
border-color: #9DDDDE;
}
.TagClassName
{
border-color: #9DDDDE;
}
</style>