Shades of Sinbad #99DED3
Tints of Sinbad #99DED3
RGB
CMYK
RGB Variations
Color information
#99DED3 (or 0x99DED3) is known color: Sinbad. HEX triplet: 99, DE and D3. RGB value is (153,222,211). Sum of RGB (Red+Green+Blue) = 153+222+211=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #99DED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DED3 is #66212C. Grayscale: #C8C8C8. Windows color (decimal): -6693165 or 13885081. OLE color: 13885081.
HSL color Cylindrical-coordinate representation of color #99DED3: hue angle of 170.43º 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 #99DED3 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 211 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.13 |
| HSL | 170.43º | 0.51% | 0.74% | - |
| HSV(B) | 170.43º | 0.31% | 0.87% | - |
| XYZ | 51.02 | 63.72 | 71.24 | - |
| YUV | 200.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 211 | 0.31 | 0 | 0.05 | 0.13 | 170.43 | 0.51 | 0.74 |
| Hex | 99 | DE | D3 | 1F | 0 | 5 | D | AA | 33 | 4A |
| Octal | 231 | 336 | 323 | 37 | 0 | 5 | 15 | 252 | 63 | 112 |
| Binary | 10011001 | 11011110 | 11010011 | 11111 | 0 | 101 | 1101 | 10101010 | 110011 | 1001010 |
Color Harmonies of #99DED3
Complementary color
Monochromatic Colors of #99DED3
Black with #99DED3
Text Example
Text Example
White with #99DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DED3; }
p { color: rgb(153,222,211); }
H1.HeaderClassName
{
color: #99DED3;
}
.AnyTagClassName
{
color: #99DED3;
}
</style>
background-color css
<style>
a { background-color: #99DED3; }
a { background-color: rgb(153,222,211); }
div.DivClassName
{
background-color: #99DED3;
}
.BgClassName
{
background-color: #99DED3;
}
</style>
border-color css
<style>
span { border-color: #99DED3; }
span { border-color: rgb(153,222,211); }
td.TdClassName
{
border-color: #99DED3;
}
.TagClassName
{
border-color: #99DED3;
}
</style>