Shades of Sinbad #98CFC8
Tints of Sinbad #98CFC8
RGB
CMYK
RGB Variations
Color information
#98CFC8 (or 0x98CFC8) is known color: Sinbad. HEX triplet: 98, CF and C8. RGB value is (152,207,200). Sum of RGB (Red+Green+Blue) = 152+207+200=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFC8 is #673037. Grayscale: #BDBDBD. Windows color (decimal): -6762552 or 13160344. OLE color: 13160344.
HSL color Cylindrical-coordinate representation of color #98CFC8: hue angle of 172.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFC8 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 200 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.19 |
| HSL | 172.36º | 0.36% | 0.7% | - |
| HSV(B) | 172.36º | 0.27% | 0.81% | - |
| XYZ | 45.69 | 55.47 | 62.94 | - |
| YUV | 189.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 200 | 0.27 | 0 | 0.03 | 0.19 | 172.36 | 0.36 | 0.7 |
| Hex | 98 | CF | C8 | 1B | 0 | 3 | 13 | AC | 24 | 46 |
| Octal | 230 | 317 | 310 | 33 | 0 | 3 | 23 | 254 | 44 | 106 |
| Binary | 10011000 | 11001111 | 11001000 | 11011 | 0 | 11 | 10011 | 10101100 | 100100 | 1000110 |
Color Harmonies of #98CFC8
Complementary color
Monochromatic Colors of #98CFC8
Black with #98CFC8
Text Example
Text Example
White with #98CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFC8; }
p { color: rgb(152,207,200); }
H1.HeaderClassName
{
color: #98CFC8;
}
.AnyTagClassName
{
color: #98CFC8;
}
</style>
background-color css
<style>
a { background-color: #98CFC8; }
a { background-color: rgb(152,207,200); }
div.DivClassName
{
background-color: #98CFC8;
}
.BgClassName
{
background-color: #98CFC8;
}
</style>
border-color css
<style>
span { border-color: #98CFC8; }
span { border-color: rgb(152,207,200); }
td.TdClassName
{
border-color: #98CFC8;
}
.TagClassName
{
border-color: #98CFC8;
}
</style>