Shades of Sinbad #99D4CB
Tints of Sinbad #99D4CB
RGB
CMYK
RGB Variations
Color information
#99D4CB (or 0x99D4CB) is known color: Sinbad. HEX triplet: 99, D4 and CB. RGB value is (153,212,203). Sum of RGB (Red+Green+Blue) = 153+212+203=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4CB is #662B34. Grayscale: #C1C1C1. Windows color (decimal): -6695733 or 13358233. OLE color: 13358233.
HSL color Cylindrical-coordinate representation of color #99D4CB: hue angle of 170.85º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4CB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 203 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.17 |
| HSL | 170.85º | 0.41% | 0.72% | - |
| HSV(B) | 170.85º | 0.28% | 0.83% | - |
| XYZ | 47.46 | 58.17 | 65.23 | - |
| YUV | 193.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 203 | 0.28 | 0 | 0.04 | 0.17 | 170.85 | 0.41 | 0.72 |
| Hex | 99 | D4 | CB | 1C | 0 | 4 | 11 | AB | 29 | 48 |
| Octal | 231 | 324 | 313 | 34 | 0 | 4 | 21 | 253 | 51 | 110 |
| Binary | 10011001 | 11010100 | 11001011 | 11100 | 0 | 100 | 10001 | 10101011 | 101001 | 1001000 |
Color Harmonies of #99D4CB
Complementary color
Monochromatic Colors of #99D4CB
Black with #99D4CB
Text Example
Text Example
White with #99D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4CB; }
p { color: rgb(153,212,203); }
H1.HeaderClassName
{
color: #99D4CB;
}
.AnyTagClassName
{
color: #99D4CB;
}
</style>
background-color css
<style>
a { background-color: #99D4CB; }
a { background-color: rgb(153,212,203); }
div.DivClassName
{
background-color: #99D4CB;
}
.BgClassName
{
background-color: #99D4CB;
}
</style>
border-color css
<style>
span { border-color: #99D4CB; }
span { border-color: rgb(153,212,203); }
td.TdClassName
{
border-color: #99D4CB;
}
.TagClassName
{
border-color: #99D4CB;
}
</style>