Shades of Sinbad #99D8CE
Tints of Sinbad #99D8CE
RGB
CMYK
RGB Variations
Color information
#99D8CE (or 0x99D8CE) is known color: Sinbad. HEX triplet: 99, D8 and CE. RGB value is (153,216,206). Sum of RGB (Red+Green+Blue) = 153+216+206=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8CE is #662731. Grayscale: #C4C4C4. Windows color (decimal): -6694706 or 13555865. OLE color: 13555865.
HSL color Cylindrical-coordinate representation of color #99D8CE: hue angle of 170.48º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8CE is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 206 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.15 |
| HSL | 170.48º | 0.45% | 0.72% | - |
| HSV(B) | 170.48º | 0.29% | 0.85% | - |
| XYZ | 48.83 | 60.34 | 67.47 | - |
| YUV | 196.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 206 | 0.29 | 0 | 0.05 | 0.15 | 170.48 | 0.45 | 0.72 |
| Hex | 99 | D8 | CE | 1D | 0 | 5 | F | AA | 2D | 48 |
| Octal | 231 | 330 | 316 | 35 | 0 | 5 | 17 | 252 | 55 | 110 |
| Binary | 10011001 | 11011000 | 11001110 | 11101 | 0 | 101 | 1111 | 10101010 | 101101 | 1001000 |
Color Harmonies of #99D8CE
Complementary color
Monochromatic Colors of #99D8CE
Black with #99D8CE
Text Example
Text Example
White with #99D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D8CE; }
p { color: rgb(153,216,206); }
H1.HeaderClassName
{
color: #99D8CE;
}
.AnyTagClassName
{
color: #99D8CE;
}
</style>
background-color css
<style>
a { background-color: #99D8CE; }
a { background-color: rgb(153,216,206); }
div.DivClassName
{
background-color: #99D8CE;
}
.BgClassName
{
background-color: #99D8CE;
}
</style>
border-color css
<style>
span { border-color: #99D8CE; }
span { border-color: rgb(153,216,206); }
td.TdClassName
{
border-color: #99D8CE;
}
.TagClassName
{
border-color: #99D8CE;
}
</style>