Shades of Charlotte #98DEDF
Tints of Charlotte #98DEDF
RGB
CMYK
RGB Variations
Color information
#98DEDF (or 0x98DEDF) is known color: Charlotte. HEX triplet: 98, DE and DF. RGB value is (152,222,223). Sum of RGB (Red+Green+Blue) = 152+222+223=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 222 (87.11% from 255 or 37.19% 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 #98DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DEDF is #672120. Grayscale: #C9C9C9. Windows color (decimal): -6758689 or 14671512. OLE color: 14671512.
HSL color Cylindrical-coordinate representation of color #98DEDF: hue angle of 180.85º 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 #98DEDF is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 222 | 223 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.13 |
| HSL | 180.85º | 0.53% | 0.74% | - |
| HSV(B) | 180.85º | 0.32% | 0.87% | - |
| XYZ | 52.39 | 64.25 | 79.45 | - |
| YUV | 201.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 222 | 223 | 0.32 | 0.00 | 0 | 0.13 | 180.85 | 0.53 | 0.74 |
| Hex | 98 | DE | DF | 20 | 0 | 0 | D | B5 | 35 | 4A |
| Octal | 230 | 336 | 337 | 40 | 0 | 0 | 15 | 265 | 65 | 112 |
| Binary | 10011000 | 11011110 | 11011111 | 100000 | 0 | 0 | 1101 | 10110101 | 110101 | 1001010 |
Color Harmonies of #98DEDF
Complementary color
Monochromatic Colors of #98DEDF
Black with #98DEDF
Text Example
Text Example
White with #98DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DEDF; }
p { color: rgb(152,222,223); }
H1.HeaderClassName
{
color: #98DEDF;
}
.AnyTagClassName
{
color: #98DEDF;
}
</style>
background-color css
<style>
a { background-color: #98DEDF; }
a { background-color: rgb(152,222,223); }
div.DivClassName
{
background-color: #98DEDF;
}
.BgClassName
{
background-color: #98DEDF;
}
</style>
border-color css
<style>
span { border-color: #98DEDF; }
span { border-color: rgb(152,222,223); }
td.TdClassName
{
border-color: #98DEDF;
}
.TagClassName
{
border-color: #98DEDF;
}
</style>