Shades of Sinbad #98D9CE
Tints of Sinbad #98D9CE
RGB
CMYK
RGB Variations
Color information
#98D9CE (or 0x98D9CE) is known color: Sinbad. HEX triplet: 98, D9 and CE. RGB value is (152,217,206). Sum of RGB (Red+Green+Blue) = 152+217+206=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9CE is #672631. Grayscale: #C4C4C4. Windows color (decimal): -6759986 or 13556120. OLE color: 13556120.
HSL color Cylindrical-coordinate representation of color #98D9CE: hue angle of 169.85º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D9CE is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 206 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.15 |
| HSL | 169.85º | 0.46% | 0.72% | - |
| HSV(B) | 169.85º | 0.3% | 0.85% | - |
| XYZ | 48.9 | 60.76 | 67.54 | - |
| YUV | 196.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 206 | 0.30 | 0 | 0.05 | 0.15 | 169.85 | 0.46 | 0.72 |
| Hex | 98 | D9 | CE | 1E | 0 | 5 | F | AA | 2E | 48 |
| Octal | 230 | 331 | 316 | 36 | 0 | 5 | 17 | 252 | 56 | 110 |
| Binary | 10011000 | 11011001 | 11001110 | 11110 | 0 | 101 | 1111 | 10101010 | 101110 | 1001000 |
Color Harmonies of #98D9CE
Complementary color
Monochromatic Colors of #98D9CE
Black with #98D9CE
Text Example
Text Example
White with #98D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9CE; }
p { color: rgb(152,217,206); }
H1.HeaderClassName
{
color: #98D9CE;
}
.AnyTagClassName
{
color: #98D9CE;
}
</style>
background-color css
<style>
a { background-color: #98D9CE; }
a { background-color: rgb(152,217,206); }
div.DivClassName
{
background-color: #98D9CE;
}
.BgClassName
{
background-color: #98D9CE;
}
</style>
border-color css
<style>
span { border-color: #98D9CE; }
span { border-color: rgb(152,217,206); }
td.TdClassName
{
border-color: #98D9CE;
}
.TagClassName
{
border-color: #98D9CE;
}
</style>