Shades of Sinbad #99DBCF
Tints of Sinbad #99DBCF
RGB
CMYK
RGB Variations
Color information
#99DBCF (or 0x99DBCF) is known color: Sinbad. HEX triplet: 99, DB and CF. RGB value is (153,219,207). Sum of RGB (Red+Green+Blue) = 153+219+207=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBCF is #662430. Grayscale: #C5C5C5. Windows color (decimal): -6693937 or 13622169. OLE color: 13622169.
HSL color Cylindrical-coordinate representation of color #99DBCF: hue angle of 169.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBCF is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 207 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.14 |
| HSL | 169.09º | 0.48% | 0.73% | - |
| HSV(B) | 169.09º | 0.3% | 0.86% | - |
| XYZ | 49.73 | 61.94 | 68.37 | - |
| YUV | 197.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 207 | 0.30 | 0 | 0.05 | 0.14 | 169.09 | 0.48 | 0.73 |
| Hex | 99 | DB | CF | 1E | 0 | 5 | E | A9 | 30 | 49 |
| Octal | 231 | 333 | 317 | 36 | 0 | 5 | 16 | 251 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11001111 | 11110 | 0 | 101 | 1110 | 10101001 | 110000 | 1001001 |
Color Harmonies of #99DBCF
Complementary color
Monochromatic Colors of #99DBCF
Black with #99DBCF
Text Example
Text Example
White with #99DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBCF; }
p { color: rgb(153,219,207); }
H1.HeaderClassName
{
color: #99DBCF;
}
.AnyTagClassName
{
color: #99DBCF;
}
</style>
background-color css
<style>
a { background-color: #99DBCF; }
a { background-color: rgb(153,219,207); }
div.DivClassName
{
background-color: #99DBCF;
}
.BgClassName
{
background-color: #99DBCF;
}
</style>
border-color css
<style>
span { border-color: #99DBCF; }
span { border-color: rgb(153,219,207); }
td.TdClassName
{
border-color: #99DBCF;
}
.TagClassName
{
border-color: #99DBCF;
}
</style>