Shades of Sinbad #99D6CB
Tints of Sinbad #99D6CB
RGB
CMYK
RGB Variations
Color information
#99D6CB (or 0x99D6CB) is known color: Sinbad. HEX triplet: 99, D6 and CB. RGB value is (153,214,203). Sum of RGB (Red+Green+Blue) = 153+214+203=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6CB is #662934. Grayscale: #C2C2C2. Windows color (decimal): -6695221 or 13358745. OLE color: 13358745.
HSL color Cylindrical-coordinate representation of color #99D6CB: hue angle of 169.18º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6CB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 203 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.16 |
| HSL | 169.18º | 0.43% | 0.72% | - |
| HSV(B) | 169.18º | 0.29% | 0.84% | - |
| XYZ | 47.96 | 59.18 | 65.39 | - |
| YUV | 194.51 | 132.79 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 203 | 0.29 | 0 | 0.05 | 0.16 | 169.18 | 0.43 | 0.72 |
| Hex | 99 | D6 | CB | 1D | 0 | 5 | 10 | A9 | 2B | 48 |
| Octal | 231 | 326 | 313 | 35 | 0 | 5 | 20 | 251 | 53 | 110 |
| Binary | 10011001 | 11010110 | 11001011 | 11101 | 0 | 101 | 10000 | 10101001 | 101011 | 1001000 |
Color Harmonies of #99D6CB
Complementary color
Monochromatic Colors of #99D6CB
Black with #99D6CB
Text Example
Text Example
White with #99D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6CB; }
p { color: rgb(153,214,203); }
H1.HeaderClassName
{
color: #99D6CB;
}
.AnyTagClassName
{
color: #99D6CB;
}
</style>
background-color css
<style>
a { background-color: #99D6CB; }
a { background-color: rgb(153,214,203); }
div.DivClassName
{
background-color: #99D6CB;
}
.BgClassName
{
background-color: #99D6CB;
}
</style>
border-color css
<style>
span { border-color: #99D6CB; }
span { border-color: rgb(153,214,203); }
td.TdClassName
{
border-color: #99D6CB;
}
.TagClassName
{
border-color: #99D6CB;
}
</style>