Shades of Sinbad #98D6CF
Tints of Sinbad #98D6CF
RGB
CMYK
RGB Variations
Color information
#98D6CF (or 0x98D6CF) is known color: Sinbad. HEX triplet: 98, D6 and CF. RGB value is (152,214,207). Sum of RGB (Red+Green+Blue) = 152+214+207=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6CF is #672930. Grayscale: #C2C2C2. Windows color (decimal): -6760753 or 13620888. OLE color: 13620888.
HSL color Cylindrical-coordinate representation of color #98D6CF: hue angle of 173.23º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D6CF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 207 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.16 |
| HSL | 173.23º | 0.43% | 0.72% | - |
| HSV(B) | 173.23º | 0.29% | 0.84% | - |
| XYZ | 48.26 | 59.27 | 67.93 | - |
| YUV | 194.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 207 | 0.29 | 0 | 0.03 | 0.16 | 173.23 | 0.43 | 0.72 |
| Hex | 98 | D6 | CF | 1D | 0 | 3 | 10 | AD | 2B | 48 |
| Octal | 230 | 326 | 317 | 35 | 0 | 3 | 20 | 255 | 53 | 110 |
| Binary | 10011000 | 11010110 | 11001111 | 11101 | 0 | 11 | 10000 | 10101101 | 101011 | 1001000 |
Color Harmonies of #98D6CF
Complementary color
Monochromatic Colors of #98D6CF
Black with #98D6CF
Text Example
Text Example
White with #98D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6CF; }
p { color: rgb(152,214,207); }
H1.HeaderClassName
{
color: #98D6CF;
}
.AnyTagClassName
{
color: #98D6CF;
}
</style>
background-color css
<style>
a { background-color: #98D6CF; }
a { background-color: rgb(152,214,207); }
div.DivClassName
{
background-color: #98D6CF;
}
.BgClassName
{
background-color: #98D6CF;
}
</style>
border-color css
<style>
span { border-color: #98D6CF; }
span { border-color: rgb(152,214,207); }
td.TdClassName
{
border-color: #98D6CF;
}
.TagClassName
{
border-color: #98D6CF;
}
</style>