Shades of Sinbad #99DAD0
Tints of Sinbad #99DAD0
RGB
CMYK
RGB Variations
Color information
#99DAD0 (or 0x99DAD0) is known color: Sinbad. HEX triplet: 99, DA and D0. RGB value is (153,218,208). Sum of RGB (Red+Green+Blue) = 153+218+208=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DAD0 is #66252F. Grayscale: #C5C5C5. Windows color (decimal): -6694192 or 13687449. OLE color: 13687449.
HSL color Cylindrical-coordinate representation of color #99DAD0: hue angle of 170.77º 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 #99DAD0 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 208 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.15 |
| HSL | 170.77º | 0.47% | 0.73% | - |
| HSV(B) | 170.77º | 0.3% | 0.85% | - |
| XYZ | 49.59 | 61.47 | 68.93 | - |
| YUV | 197.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 208 | 0.30 | 0 | 0.05 | 0.15 | 170.77 | 0.47 | 0.73 |
| Hex | 99 | DA | D0 | 1E | 0 | 5 | F | AB | 2F | 49 |
| Octal | 231 | 332 | 320 | 36 | 0 | 5 | 17 | 253 | 57 | 111 |
| Binary | 10011001 | 11011010 | 11010000 | 11110 | 0 | 101 | 1111 | 10101011 | 101111 | 1001001 |
Color Harmonies of #99DAD0
Complementary color
Monochromatic Colors of #99DAD0
Black with #99DAD0
Text Example
Text Example
White with #99DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAD0; }
p { color: rgb(153,218,208); }
H1.HeaderClassName
{
color: #99DAD0;
}
.AnyTagClassName
{
color: #99DAD0;
}
</style>
background-color css
<style>
a { background-color: #99DAD0; }
a { background-color: rgb(153,218,208); }
div.DivClassName
{
background-color: #99DAD0;
}
.BgClassName
{
background-color: #99DAD0;
}
</style>
border-color css
<style>
span { border-color: #99DAD0; }
span { border-color: rgb(153,218,208); }
td.TdClassName
{
border-color: #99DAD0;
}
.TagClassName
{
border-color: #99DAD0;
}
</style>