Shades of Sinbad #99DED0
Tints of Sinbad #99DED0
RGB
CMYK
RGB Variations
Color information
#99DED0 (or 0x99DED0) is known color: Sinbad. HEX triplet: 99, DE and D0. RGB value is (153,222,208). Sum of RGB (Red+Green+Blue) = 153+222+208=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #99DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DED0 is #66212F. Grayscale: #C7C7C7. Windows color (decimal): -6693168 or 13688473. OLE color: 13688473.
HSL color Cylindrical-coordinate representation of color #99DED0: hue angle of 167.83º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DED0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 208 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.13 |
| HSL | 167.83º | 0.51% | 0.74% | - |
| HSV(B) | 167.83º | 0.31% | 0.87% | - |
| XYZ | 50.64 | 63.57 | 69.28 | - |
| YUV | 199.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 208 | 0.31 | 0 | 0.06 | 0.13 | 167.83 | 0.51 | 0.74 |
| Hex | 99 | DE | D0 | 1F | 0 | 6 | D | A8 | 33 | 4A |
| Octal | 231 | 336 | 320 | 37 | 0 | 6 | 15 | 250 | 63 | 112 |
| Binary | 10011001 | 11011110 | 11010000 | 11111 | 0 | 110 | 1101 | 10101000 | 110011 | 1001010 |
Color Harmonies of #99DED0
Complementary color
Monochromatic Colors of #99DED0
Black with #99DED0
Text Example
Text Example
White with #99DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DED0; }
p { color: rgb(153,222,208); }
H1.HeaderClassName
{
color: #99DED0;
}
.AnyTagClassName
{
color: #99DED0;
}
</style>
background-color css
<style>
a { background-color: #99DED0; }
a { background-color: rgb(153,222,208); }
div.DivClassName
{
background-color: #99DED0;
}
.BgClassName
{
background-color: #99DED0;
}
</style>
border-color css
<style>
span { border-color: #99DED0; }
span { border-color: rgb(153,222,208); }
td.TdClassName
{
border-color: #99DED0;
}
.TagClassName
{
border-color: #99DED0;
}
</style>