Shades of Charlotte #99DDDF
Tints of Charlotte #99DDDF
RGB
CMYK
RGB Variations
Color information
#99DDDF (or 0x99DDDF) is known color: Charlotte. HEX triplet: 99, DD and DF. RGB value is (153,221,223). Sum of RGB (Red+Green+Blue) = 153+221+223=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #99DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDDF is #662220. Grayscale: #C8C8C8. Windows color (decimal): -6693409 or 14671257. OLE color: 14671257.
HSL color Cylindrical-coordinate representation of color #99DDDF: hue angle of 181.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDDF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 223 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.13 |
| HSL | 181.71º | 0.52% | 0.74% | - |
| HSV(B) | 181.71º | 0.31% | 0.87% | - |
| XYZ | 52.31 | 63.81 | 79.37 | - |
| YUV | 200.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 223 | 0.31 | 0.01 | 0 | 0.13 | 181.71 | 0.52 | 0.74 |
| Hex | 99 | DD | DF | 1F | 1 | 0 | D | B6 | 34 | 4A |
| Octal | 231 | 335 | 337 | 37 | 1 | 0 | 15 | 266 | 64 | 112 |
| Binary | 10011001 | 11011101 | 11011111 | 11111 | 1 | 0 | 1101 | 10110110 | 110100 | 1001010 |
Color Harmonies of #99DDDF
Complementary color
Monochromatic Colors of #99DDDF
Black with #99DDDF
Text Example
Text Example
White with #99DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDDF; }
p { color: rgb(153,221,223); }
H1.HeaderClassName
{
color: #99DDDF;
}
.AnyTagClassName
{
color: #99DDDF;
}
</style>
background-color css
<style>
a { background-color: #99DDDF; }
a { background-color: rgb(153,221,223); }
div.DivClassName
{
background-color: #99DDDF;
}
.BgClassName
{
background-color: #99DDDF;
}
</style>
border-color css
<style>
span { border-color: #99DDDF; }
span { border-color: rgb(153,221,223); }
td.TdClassName
{
border-color: #99DDDF;
}
.TagClassName
{
border-color: #99DDDF;
}
</style>