Shades of Charlotte #98DDDF
Tints of Charlotte #98DDDF
RGB
CMYK
RGB Variations
Color information
#98DDDF (or 0x98DDDF) is known color: Charlotte. HEX triplet: 98, DD and DF. RGB value is (152,221,223). Sum of RGB (Red+Green+Blue) = 152+221+223=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #98DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDDF is #672220. Grayscale: #C8C8C8. Windows color (decimal): -6758945 or 14671256. OLE color: 14671256.
HSL color Cylindrical-coordinate representation of color #98DDDF: hue angle of 181.69º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DDDF is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 223 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.13 |
| HSL | 181.69º | 0.53% | 0.74% | - |
| HSV(B) | 181.69º | 0.32% | 0.87% | - |
| XYZ | 52.12 | 63.72 | 79.36 | - |
| YUV | 200.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 223 | 0.32 | 0.01 | 0 | 0.13 | 181.69 | 0.53 | 0.74 |
| Hex | 98 | DD | DF | 20 | 1 | 0 | D | B6 | 35 | 4A |
| Octal | 230 | 335 | 337 | 40 | 1 | 0 | 15 | 266 | 65 | 112 |
| Binary | 10011000 | 11011101 | 11011111 | 100000 | 1 | 0 | 1101 | 10110110 | 110101 | 1001010 |
Color Harmonies of #98DDDF
Complementary color
Monochromatic Colors of #98DDDF
Black with #98DDDF
Text Example
Text Example
White with #98DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDDF; }
p { color: rgb(152,221,223); }
H1.HeaderClassName
{
color: #98DDDF;
}
.AnyTagClassName
{
color: #98DDDF;
}
</style>
background-color css
<style>
a { background-color: #98DDDF; }
a { background-color: rgb(152,221,223); }
div.DivClassName
{
background-color: #98DDDF;
}
.BgClassName
{
background-color: #98DDDF;
}
</style>
border-color css
<style>
span { border-color: #98DDDF; }
span { border-color: rgb(152,221,223); }
td.TdClassName
{
border-color: #98DDDF;
}
.TagClassName
{
border-color: #98DDDF;
}
</style>