Shades of Sinbad #99D9D0
Tints of Sinbad #99D9D0
RGB
CMYK
RGB Variations
Color information
#99D9D0 (or 0x99D9D0) is known color: Sinbad. HEX triplet: 99, D9 and D0. RGB value is (153,217,208). Sum of RGB (Red+Green+Blue) = 153+217+208=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9D0 is #66262F. Grayscale: #C4C4C4. Windows color (decimal): -6694448 or 13687193. OLE color: 13687193.
HSL color Cylindrical-coordinate representation of color #99D9D0: hue angle of 171.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9D0 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 208 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.15 |
| HSL | 171.56º | 0.46% | 0.73% | - |
| HSV(B) | 171.56º | 0.29% | 0.85% | - |
| XYZ | 49.33 | 60.95 | 68.84 | - |
| YUV | 196.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 208 | 0.29 | 0 | 0.04 | 0.15 | 171.56 | 0.46 | 0.73 |
| Hex | 99 | D9 | D0 | 1D | 0 | 4 | F | AC | 2E | 49 |
| Octal | 231 | 331 | 320 | 35 | 0 | 4 | 17 | 254 | 56 | 111 |
| Binary | 10011001 | 11011001 | 11010000 | 11101 | 0 | 100 | 1111 | 10101100 | 101110 | 1001001 |
Color Harmonies of #99D9D0
Complementary color
Monochromatic Colors of #99D9D0
Black with #99D9D0
Text Example
Text Example
White with #99D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9D0; }
p { color: rgb(153,217,208); }
H1.HeaderClassName
{
color: #99D9D0;
}
.AnyTagClassName
{
color: #99D9D0;
}
</style>
background-color css
<style>
a { background-color: #99D9D0; }
a { background-color: rgb(153,217,208); }
div.DivClassName
{
background-color: #99D9D0;
}
.BgClassName
{
background-color: #99D9D0;
}
</style>
border-color css
<style>
span { border-color: #99D9D0; }
span { border-color: rgb(153,217,208); }
td.TdClassName
{
border-color: #99D9D0;
}
.TagClassName
{
border-color: #99D9D0;
}
</style>