Shades of Sinbad #99D7CE
Tints of Sinbad #99D7CE
RGB
CMYK
RGB Variations
Color information
#99D7CE (or 0x99D7CE) is known color: Sinbad. HEX triplet: 99, D7 and CE. RGB value is (153,215,206). Sum of RGB (Red+Green+Blue) = 153+215+206=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7CE is #662831. Grayscale: #C3C3C3. Windows color (decimal): -6694962 or 13555609. OLE color: 13555609.
HSL color Cylindrical-coordinate representation of color #99D7CE: hue angle of 171.29º degrees, saturation: 0.44, 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 #99D7CE is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 206 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.16 |
| HSL | 171.29º | 0.44% | 0.72% | - |
| HSV(B) | 171.29º | 0.29% | 0.84% | - |
| XYZ | 48.58 | 59.83 | 67.38 | - |
| YUV | 195.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 206 | 0.29 | 0 | 0.04 | 0.16 | 171.29 | 0.44 | 0.72 |
| Hex | 99 | D7 | CE | 1D | 0 | 4 | 10 | AB | 2C | 48 |
| Octal | 231 | 327 | 316 | 35 | 0 | 4 | 20 | 253 | 54 | 110 |
| Binary | 10011001 | 11010111 | 11001110 | 11101 | 0 | 100 | 10000 | 10101011 | 101100 | 1001000 |
Color Harmonies of #99D7CE
Complementary color
Monochromatic Colors of #99D7CE
Black with #99D7CE
Text Example
Text Example
White with #99D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7CE; }
p { color: rgb(153,215,206); }
H1.HeaderClassName
{
color: #99D7CE;
}
.AnyTagClassName
{
color: #99D7CE;
}
</style>
background-color css
<style>
a { background-color: #99D7CE; }
a { background-color: rgb(153,215,206); }
div.DivClassName
{
background-color: #99D7CE;
}
.BgClassName
{
background-color: #99D7CE;
}
</style>
border-color css
<style>
span { border-color: #99D7CE; }
span { border-color: rgb(153,215,206); }
td.TdClassName
{
border-color: #99D7CE;
}
.TagClassName
{
border-color: #99D7CE;
}
</style>