Shades of Sinbad #99DED1
Tints of Sinbad #99DED1
RGB
CMYK
RGB Variations
Color information
#99DED1 (or 0x99DED1) is known color: Sinbad. HEX triplet: 99, DE and D1. RGB value is (153,222,209). Sum of RGB (Red+Green+Blue) = 153+222+209=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #99DED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DED1 is #66212E. Grayscale: #C7C7C7. Windows color (decimal): -6693167 or 13754009. OLE color: 13754009.
HSL color Cylindrical-coordinate representation of color #99DED1: hue angle of 168.7º 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 #99DED1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 209 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.13 |
| HSL | 168.7º | 0.51% | 0.74% | - |
| HSV(B) | 168.7º | 0.31% | 0.87% | - |
| XYZ | 50.77 | 63.62 | 69.93 | - |
| YUV | 199.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 209 | 0.31 | 0 | 0.06 | 0.13 | 168.7 | 0.51 | 0.74 |
| Hex | 99 | DE | D1 | 1F | 0 | 6 | D | A9 | 33 | 4A |
| Octal | 231 | 336 | 321 | 37 | 0 | 6 | 15 | 251 | 63 | 112 |
| Binary | 10011001 | 11011110 | 11010001 | 11111 | 0 | 110 | 1101 | 10101001 | 110011 | 1001010 |
Color Harmonies of #99DED1
Complementary color
Monochromatic Colors of #99DED1
Black with #99DED1
Text Example
Text Example
White with #99DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DED1; }
p { color: rgb(153,222,209); }
H1.HeaderClassName
{
color: #99DED1;
}
.AnyTagClassName
{
color: #99DED1;
}
</style>
background-color css
<style>
a { background-color: #99DED1; }
a { background-color: rgb(153,222,209); }
div.DivClassName
{
background-color: #99DED1;
}
.BgClassName
{
background-color: #99DED1;
}
</style>
border-color css
<style>
span { border-color: #99DED1; }
span { border-color: rgb(153,222,209); }
td.TdClassName
{
border-color: #99DED1;
}
.TagClassName
{
border-color: #99DED1;
}
</style>