Shades of Sinbad #99D8CF
Tints of Sinbad #99D8CF
RGB
CMYK
RGB Variations
Color information
#99D8CF (or 0x99D8CF) is known color: Sinbad. HEX triplet: 99, D8 and CF. RGB value is (153,216,207). Sum of RGB (Red+Green+Blue) = 153+216+207=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8CF is #662730. Grayscale: #C4C4C4. Windows color (decimal): -6694705 or 13621401. OLE color: 13621401.
HSL color Cylindrical-coordinate representation of color #99D8CF: hue angle of 171.43º 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 #99D8CF is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 207 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.15 |
| HSL | 171.43º | 0.45% | 0.72% | - |
| HSV(B) | 171.43º | 0.29% | 0.85% | - |
| XYZ | 48.96 | 60.39 | 68.11 | - |
| YUV | 196.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 207 | 0.29 | 0 | 0.04 | 0.15 | 171.43 | 0.45 | 0.72 |
| Hex | 99 | D8 | CF | 1D | 0 | 4 | F | AB | 2D | 48 |
| Octal | 231 | 330 | 317 | 35 | 0 | 4 | 17 | 253 | 55 | 110 |
| Binary | 10011001 | 11011000 | 11001111 | 11101 | 0 | 100 | 1111 | 10101011 | 101101 | 1001000 |
Color Harmonies of #99D8CF
Complementary color
Monochromatic Colors of #99D8CF
Black with #99D8CF
Text Example
Text Example
White with #99D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D8CF; }
p { color: rgb(153,216,207); }
H1.HeaderClassName
{
color: #99D8CF;
}
.AnyTagClassName
{
color: #99D8CF;
}
</style>
background-color css
<style>
a { background-color: #99D8CF; }
a { background-color: rgb(153,216,207); }
div.DivClassName
{
background-color: #99D8CF;
}
.BgClassName
{
background-color: #99D8CF;
}
</style>
border-color css
<style>
span { border-color: #99D8CF; }
span { border-color: rgb(153,216,207); }
td.TdClassName
{
border-color: #99D8CF;
}
.TagClassName
{
border-color: #99D8CF;
}
</style>