Shades of Sinbad #9FDED2
Tints of Sinbad #9FDED2
RGB
CMYK
RGB Variations
Color information
#9FDED2 (or 0x9FDED2) is known color: Sinbad. HEX triplet: 9F, DE and D2. RGB value is (159,222,210). Sum of RGB (Red+Green+Blue) = 159+222+210=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDED2 is #60212D. Grayscale: #C9C9C9. Windows color (decimal): -6299950 or 13819551. OLE color: 13819551.
HSL color Cylindrical-coordinate representation of color #9FDED2: hue angle of 168.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDED2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 210 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.13 |
| HSL | 168.57º | 0.49% | 0.75% | - |
| HSV(B) | 168.57º | 0.28% | 0.87% | - |
| XYZ | 52.05 | 64.27 | 70.63 | - |
| YUV | 201.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 210 | 0.28 | 0 | 0.05 | 0.13 | 168.57 | 0.49 | 0.75 |
| Hex | 9F | DE | D2 | 1C | 0 | 5 | D | A9 | 31 | 4B |
| Octal | 237 | 336 | 322 | 34 | 0 | 5 | 15 | 251 | 61 | 113 |
| Binary | 10011111 | 11011110 | 11010010 | 11100 | 0 | 101 | 1101 | 10101001 | 110001 | 1001011 |
Color Harmonies of #9FDED2
Complementary color
Monochromatic Colors of #9FDED2
Black with #9FDED2
Text Example
Text Example
White with #9FDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDED2; }
p { color: rgb(159,222,210); }
H1.HeaderClassName
{
color: #9FDED2;
}
.AnyTagClassName
{
color: #9FDED2;
}
</style>
background-color css
<style>
a { background-color: #9FDED2; }
a { background-color: rgb(159,222,210); }
div.DivClassName
{
background-color: #9FDED2;
}
.BgClassName
{
background-color: #9FDED2;
}
</style>
border-color css
<style>
span { border-color: #9FDED2; }
span { border-color: rgb(159,222,210); }
td.TdClassName
{
border-color: #9FDED2;
}
.TagClassName
{
border-color: #9FDED2;
}
</style>