Shades of Sinbad #99DACE
Tints of Sinbad #99DACE
RGB
CMYK
RGB Variations
Color information
#99DACE (or 0x99DACE) is known color: Sinbad. HEX triplet: 99, DA and CE. RGB value is (153,218,206). Sum of RGB (Red+Green+Blue) = 153+218+206=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #99DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DACE is #662531. Grayscale: #C5C5C5. Windows color (decimal): -6694194 or 13556377. OLE color: 13556377.
HSL color Cylindrical-coordinate representation of color #99DACE: hue angle of 168.92º 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 #99DACE is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 206 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.15 |
| HSL | 168.92º | 0.47% | 0.73% | - |
| HSV(B) | 168.92º | 0.3% | 0.85% | - |
| XYZ | 49.35 | 61.37 | 67.64 | - |
| YUV | 197.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 206 | 0.30 | 0 | 0.06 | 0.15 | 168.92 | 0.47 | 0.73 |
| Hex | 99 | DA | CE | 1E | 0 | 6 | F | A9 | 2F | 49 |
| Octal | 231 | 332 | 316 | 36 | 0 | 6 | 17 | 251 | 57 | 111 |
| Binary | 10011001 | 11011010 | 11001110 | 11110 | 0 | 110 | 1111 | 10101001 | 101111 | 1001001 |
Color Harmonies of #99DACE
Complementary color
Monochromatic Colors of #99DACE
Black with #99DACE
Text Example
Text Example
White with #99DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DACE; }
p { color: rgb(153,218,206); }
H1.HeaderClassName
{
color: #99DACE;
}
.AnyTagClassName
{
color: #99DACE;
}
</style>
background-color css
<style>
a { background-color: #99DACE; }
a { background-color: rgb(153,218,206); }
div.DivClassName
{
background-color: #99DACE;
}
.BgClassName
{
background-color: #99DACE;
}
</style>
border-color css
<style>
span { border-color: #99DACE; }
span { border-color: rgb(153,218,206); }
td.TdClassName
{
border-color: #99DACE;
}
.TagClassName
{
border-color: #99DACE;
}
</style>