Shades of Charlotte #98DBDF
Tints of Charlotte #98DBDF
RGB
CMYK
RGB Variations
Color information
#98DBDF (or 0x98DBDF) is known color: Charlotte. HEX triplet: 98, DB and DF. RGB value is (152,219,223). Sum of RGB (Red+Green+Blue) = 152+219+223=594 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.59% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #98DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBDF is #672420. Grayscale: #C7C7C7. Windows color (decimal): -6759457 or 14670744. OLE color: 14670744.
HSL color Cylindrical-coordinate representation of color #98DBDF: hue angle of 183.38º 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 #98DBDF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 219 | 223 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.13 |
| HSL | 183.38º | 0.53% | 0.74% | - |
| HSV(B) | 183.38º | 0.32% | 0.87% | - |
| XYZ | 51.6 | 62.67 | 79.19 | - |
| YUV | 199.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 223 | 0.32 | 0.02 | 0 | 0.13 | 183.38 | 0.53 | 0.74 |
| Hex | 98 | DB | DF | 20 | 2 | 0 | D | B7 | 35 | 4A |
| Octal | 230 | 333 | 337 | 40 | 2 | 0 | 15 | 267 | 65 | 112 |
| Binary | 10011000 | 11011011 | 11011111 | 100000 | 10 | 0 | 1101 | 10110111 | 110101 | 1001010 |
Color Harmonies of #98DBDF
Complementary color
Monochromatic Colors of #98DBDF
Black with #98DBDF
Text Example
Text Example
White with #98DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBDF; }
p { color: rgb(152,219,223); }
H1.HeaderClassName
{
color: #98DBDF;
}
.AnyTagClassName
{
color: #98DBDF;
}
</style>
background-color css
<style>
a { background-color: #98DBDF; }
a { background-color: rgb(152,219,223); }
div.DivClassName
{
background-color: #98DBDF;
}
.BgClassName
{
background-color: #98DBDF;
}
</style>
border-color css
<style>
span { border-color: #98DBDF; }
span { border-color: rgb(152,219,223); }
td.TdClassName
{
border-color: #98DBDF;
}
.TagClassName
{
border-color: #98DBDF;
}
</style>