Shades of Sinbad #99DACF
Tints of Sinbad #99DACF
RGB
CMYK
RGB Variations
Color information
#99DACF (or 0x99DACF) is known color: Sinbad. HEX triplet: 99, DA and CF. RGB value is (153,218,207). Sum of RGB (Red+Green+Blue) = 153+218+207=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #99DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DACF is #662530. Grayscale: #C5C5C5. Windows color (decimal): -6694193 or 13621913. OLE color: 13621913.
HSL color Cylindrical-coordinate representation of color #99DACF: hue angle of 169.85º 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 #99DACF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 207 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.15 |
| HSL | 169.85º | 0.47% | 0.73% | - |
| HSV(B) | 169.85º | 0.3% | 0.85% | - |
| XYZ | 49.47 | 61.42 | 68.28 | - |
| YUV | 197.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 207 | 0.30 | 0 | 0.05 | 0.15 | 169.85 | 0.47 | 0.73 |
| Hex | 99 | DA | CF | 1E | 0 | 5 | F | AA | 2F | 49 |
| Octal | 231 | 332 | 317 | 36 | 0 | 5 | 17 | 252 | 57 | 111 |
| Binary | 10011001 | 11011010 | 11001111 | 11110 | 0 | 101 | 1111 | 10101010 | 101111 | 1001001 |
Color Harmonies of #99DACF
Complementary color
Monochromatic Colors of #99DACF
Black with #99DACF
Text Example
Text Example
White with #99DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DACF; }
p { color: rgb(153,218,207); }
H1.HeaderClassName
{
color: #99DACF;
}
.AnyTagClassName
{
color: #99DACF;
}
</style>
background-color css
<style>
a { background-color: #99DACF; }
a { background-color: rgb(153,218,207); }
div.DivClassName
{
background-color: #99DACF;
}
.BgClassName
{
background-color: #99DACF;
}
</style>
border-color css
<style>
span { border-color: #99DACF; }
span { border-color: rgb(153,218,207); }
td.TdClassName
{
border-color: #99DACF;
}
.TagClassName
{
border-color: #99DACF;
}
</style>