Shades of Sinbad #99DFD1
Tints of Sinbad #99DFD1
RGB
CMYK
RGB Variations
Color information
#99DFD1 (or 0x99DFD1) is known color: Sinbad. HEX triplet: 99, DF and D1. RGB value is (153,223,209). Sum of RGB (Red+Green+Blue) = 153+223+209=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFD1 is #66202E. Grayscale: #C8C8C8. Windows color (decimal): -6692911 or 13754265. OLE color: 13754265.
HSL color Cylindrical-coordinate representation of color #99DFD1: hue angle of 168º degrees, saturation: 0.52, 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 #99DFD1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 209 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.13 |
| HSL | 168º | 0.52% | 0.74% | - |
| HSV(B) | 168º | 0.31% | 0.87% | - |
| XYZ | 51.03 | 64.15 | 70.01 | - |
| YUV | 200.47 | 132.81 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 209 | 0.31 | 0 | 0.06 | 0.13 | 168 | 0.52 | 0.74 |
| Hex | 99 | DF | D1 | 1F | 0 | 6 | D | A8 | 34 | 4A |
| Octal | 231 | 337 | 321 | 37 | 0 | 6 | 15 | 250 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11010001 | 11111 | 0 | 110 | 1101 | 10101000 | 110100 | 1001010 |
Color Harmonies of #99DFD1
Complementary color
Monochromatic Colors of #99DFD1
Black with #99DFD1
Text Example
Text Example
White with #99DFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFD1; }
p { color: rgb(153,223,209); }
H1.HeaderClassName
{
color: #99DFD1;
}
.AnyTagClassName
{
color: #99DFD1;
}
</style>
background-color css
<style>
a { background-color: #99DFD1; }
a { background-color: rgb(153,223,209); }
div.DivClassName
{
background-color: #99DFD1;
}
.BgClassName
{
background-color: #99DFD1;
}
</style>
border-color css
<style>
span { border-color: #99DFD1; }
span { border-color: rgb(153,223,209); }
td.TdClassName
{
border-color: #99DFD1;
}
.TagClassName
{
border-color: #99DFD1;
}
</style>