Shades of Sinbad #99E3DB
Tints of Sinbad #99E3DB
RGB
CMYK
RGB Variations
Color information
#99E3DB (or 0x99E3DB) is known color: Sinbad. HEX triplet: 99, E3 and DB. RGB value is (153,227,219). Sum of RGB (Red+Green+Blue) = 153+227+219=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #99E3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E3DB is #661C24. Grayscale: #CBCBCB. Windows color (decimal): -6691877 or 14410649. OLE color: 14410649.
HSL color Cylindrical-coordinate representation of color #99E3DB: hue angle of 173.51º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E3DB is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 227 | 219 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.11 |
| HSL | 173.51º | 0.57% | 0.75% | - |
| HSV(B) | 173.51º | 0.33% | 0.89% | - |
| XYZ | 53.39 | 66.82 | 77.1 | - |
| YUV | 203.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 227 | 219 | 0.33 | 0 | 0.04 | 0.11 | 173.51 | 0.57 | 0.75 |
| Hex | 99 | E3 | DB | 21 | 0 | 4 | B | AE | 39 | 4B |
| Octal | 231 | 343 | 333 | 41 | 0 | 4 | 13 | 256 | 71 | 113 |
| Binary | 10011001 | 11100011 | 11011011 | 100001 | 0 | 100 | 1011 | 10101110 | 111001 | 1001011 |
Color Harmonies of #99E3DB
Complementary color
Monochromatic Colors of #99E3DB
Black with #99E3DB
Text Example
Text Example
White with #99E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E3DB; }
p { color: rgb(153,227,219); }
H1.HeaderClassName
{
color: #99E3DB;
}
.AnyTagClassName
{
color: #99E3DB;
}
</style>
background-color css
<style>
a { background-color: #99E3DB; }
a { background-color: rgb(153,227,219); }
div.DivClassName
{
background-color: #99E3DB;
}
.BgClassName
{
background-color: #99E3DB;
}
</style>
border-color css
<style>
span { border-color: #99E3DB; }
span { border-color: rgb(153,227,219); }
td.TdClassName
{
border-color: #99E3DB;
}
.TagClassName
{
border-color: #99E3DB;
}
</style>