Shades of Sinbad #98DACF
Tints of Sinbad #98DACF
RGB
CMYK
RGB Variations
Color information
#98DACF (or 0x98DACF) is known color: Sinbad. HEX triplet: 98, DA and CF. RGB value is (152,218,207). Sum of RGB (Red+Green+Blue) = 152+218+207=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #98DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DACF is #672530. Grayscale: #C4C4C4. Windows color (decimal): -6759729 or 13621912. OLE color: 13621912.
HSL color Cylindrical-coordinate representation of color #98DACF: hue angle of 170º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DACF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 207 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.15 |
| HSL | 170º | 0.47% | 0.73% | - |
| HSV(B) | 170º | 0.3% | 0.85% | - |
| XYZ | 49.28 | 61.32 | 68.27 | - |
| YUV | 197.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 207 | 0.30 | 0 | 0.05 | 0.15 | 170 | 0.47 | 0.73 |
| Hex | 98 | DA | CF | 1E | 0 | 5 | F | AA | 2F | 49 |
| Octal | 230 | 332 | 317 | 36 | 0 | 5 | 17 | 252 | 57 | 111 |
| Binary | 10011000 | 11011010 | 11001111 | 11110 | 0 | 101 | 1111 | 10101010 | 101111 | 1001001 |
Color Harmonies of #98DACF
Complementary color
Monochromatic Colors of #98DACF
Black with #98DACF
Text Example
Text Example
White with #98DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DACF; }
p { color: rgb(152,218,207); }
H1.HeaderClassName
{
color: #98DACF;
}
.AnyTagClassName
{
color: #98DACF;
}
</style>
background-color css
<style>
a { background-color: #98DACF; }
a { background-color: rgb(152,218,207); }
div.DivClassName
{
background-color: #98DACF;
}
.BgClassName
{
background-color: #98DACF;
}
</style>
border-color css
<style>
span { border-color: #98DACF; }
span { border-color: rgb(152,218,207); }
td.TdClassName
{
border-color: #98DACF;
}
.TagClassName
{
border-color: #98DACF;
}
</style>