Shades of Sinbad #99DBD3
Tints of Sinbad #99DBD3
RGB
CMYK
RGB Variations
Color information
#99DBD3 (or 0x99DBD3) is known color: Sinbad. HEX triplet: 99, DB and D3. RGB value is (153,219,211). Sum of RGB (Red+Green+Blue) = 153+219+211=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBD3 is #66242C. Grayscale: #C6C6C6. Windows color (decimal): -6693933 or 13884313. OLE color: 13884313.
HSL color Cylindrical-coordinate representation of color #99DBD3: hue angle of 172.73º 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 #99DBD3 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 211 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.14 |
| HSL | 172.73º | 0.48% | 0.73% | - |
| HSV(B) | 172.73º | 0.3% | 0.86% | - |
| XYZ | 50.23 | 62.14 | 70.97 | - |
| YUV | 198.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 211 | 0.30 | 0 | 0.04 | 0.14 | 172.73 | 0.48 | 0.73 |
| Hex | 99 | DB | D3 | 1E | 0 | 4 | E | AD | 30 | 49 |
| Octal | 231 | 333 | 323 | 36 | 0 | 4 | 16 | 255 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11010011 | 11110 | 0 | 100 | 1110 | 10101101 | 110000 | 1001001 |
Color Harmonies of #99DBD3
Complementary color
Monochromatic Colors of #99DBD3
Black with #99DBD3
Text Example
Text Example
White with #99DBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBD3; }
p { color: rgb(153,219,211); }
H1.HeaderClassName
{
color: #99DBD3;
}
.AnyTagClassName
{
color: #99DBD3;
}
</style>
background-color css
<style>
a { background-color: #99DBD3; }
a { background-color: rgb(153,219,211); }
div.DivClassName
{
background-color: #99DBD3;
}
.BgClassName
{
background-color: #99DBD3;
}
</style>
border-color css
<style>
span { border-color: #99DBD3; }
span { border-color: rgb(153,219,211); }
td.TdClassName
{
border-color: #99DBD3;
}
.TagClassName
{
border-color: #99DBD3;
}
</style>