Shades of Sinbad #96DFD6
Tints of Sinbad #96DFD6
RGB
CMYK
RGB Variations
Color information
#96DFD6 (or 0x96DFD6) is known color: Sinbad. HEX triplet: 96, DF and D6. RGB value is (150,223,214). Sum of RGB (Red+Green+Blue) = 150+223+214=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFD6 is #692029. Grayscale: #C8C8C8. Windows color (decimal): -6889514 or 14081942. OLE color: 14081942.
HSL color Cylindrical-coordinate representation of color #96DFD6: hue angle of 172.6º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFD6 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 214 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.13 |
| HSL | 172.6º | 0.53% | 0.73% | - |
| HSV(B) | 172.6º | 0.33% | 0.87% | - |
| XYZ | 51.1 | 64.11 | 73.3 | - |
| YUV | 200.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 214 | 0.33 | 0 | 0.04 | 0.13 | 172.6 | 0.53 | 0.73 |
| Hex | 96 | DF | D6 | 21 | 0 | 4 | D | AD | 35 | 49 |
| Octal | 226 | 337 | 326 | 41 | 0 | 4 | 15 | 255 | 65 | 111 |
| Binary | 10010110 | 11011111 | 11010110 | 100001 | 0 | 100 | 1101 | 10101101 | 110101 | 1001001 |
Color Harmonies of #96DFD6
Complementary color
Monochromatic Colors of #96DFD6
Black with #96DFD6
Text Example
Text Example
White with #96DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFD6; }
p { color: rgb(150,223,214); }
H1.HeaderClassName
{
color: #96DFD6;
}
.AnyTagClassName
{
color: #96DFD6;
}
</style>
background-color css
<style>
a { background-color: #96DFD6; }
a { background-color: rgb(150,223,214); }
div.DivClassName
{
background-color: #96DFD6;
}
.BgClassName
{
background-color: #96DFD6;
}
</style>
border-color css
<style>
span { border-color: #96DFD6; }
span { border-color: rgb(150,223,214); }
td.TdClassName
{
border-color: #96DFD6;
}
.TagClassName
{
border-color: #96DFD6;
}
</style>