Shades of Sinbad #99DBD0
Tints of Sinbad #99DBD0
RGB
CMYK
RGB Variations
Color information
#99DBD0 (or 0x99DBD0) is known color: Sinbad. HEX triplet: 99, DB and D0. RGB value is (153,219,208). Sum of RGB (Red+Green+Blue) = 153+219+208=580 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.38% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBD0 is #66242F. Grayscale: #C5C5C5. Windows color (decimal): -6693936 or 13687705. OLE color: 13687705.
HSL color Cylindrical-coordinate representation of color #99DBD0: hue angle of 170º 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 #99DBD0 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 208 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.14 |
| HSL | 170º | 0.48% | 0.73% | - |
| HSV(B) | 170º | 0.3% | 0.86% | - |
| XYZ | 49.85 | 61.99 | 69.01 | - |
| YUV | 198.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 208 | 0.30 | 0 | 0.05 | 0.14 | 170 | 0.48 | 0.73 |
| Hex | 99 | DB | D0 | 1E | 0 | 5 | E | AA | 30 | 49 |
| Octal | 231 | 333 | 320 | 36 | 0 | 5 | 16 | 252 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11010000 | 11110 | 0 | 101 | 1110 | 10101010 | 110000 | 1001001 |
Color Harmonies of #99DBD0
Complementary color
Monochromatic Colors of #99DBD0
Black with #99DBD0
Text Example
Text Example
White with #99DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBD0; }
p { color: rgb(153,219,208); }
H1.HeaderClassName
{
color: #99DBD0;
}
.AnyTagClassName
{
color: #99DBD0;
}
</style>
background-color css
<style>
a { background-color: #99DBD0; }
a { background-color: rgb(153,219,208); }
div.DivClassName
{
background-color: #99DBD0;
}
.BgClassName
{
background-color: #99DBD0;
}
</style>
border-color css
<style>
span { border-color: #99DBD0; }
span { border-color: rgb(153,219,208); }
td.TdClassName
{
border-color: #99DBD0;
}
.TagClassName
{
border-color: #99DBD0;
}
</style>