Shades of Sinbad #9FE3DD
Tints of Sinbad #9FE3DD
RGB
CMYK
RGB Variations
Color information
#9FE3DD (or 0x9FE3DD) is known color: Sinbad. HEX triplet: 9F, E3 and DD. RGB value is (159,227,221). Sum of RGB (Red+Green+Blue) = 159+227+221=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3DD is #601C22. Grayscale: #CDCDCD. Windows color (decimal): -6298659 or 14541727. OLE color: 14541727.
HSL color Cylindrical-coordinate representation of color #9FE3DD: hue angle of 174.71º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3DD is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 221 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.11 |
| HSL | 174.71º | 0.55% | 0.76% | - |
| HSV(B) | 174.71º | 0.3% | 0.89% | - |
| XYZ | 54.82 | 67.53 | 78.55 | - |
| YUV | 205.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 221 | 0.30 | 0 | 0.03 | 0.11 | 174.71 | 0.55 | 0.76 |
| Hex | 9F | E3 | DD | 1E | 0 | 3 | B | AF | 37 | 4C |
| Octal | 237 | 343 | 335 | 36 | 0 | 3 | 13 | 257 | 67 | 114 |
| Binary | 10011111 | 11100011 | 11011101 | 11110 | 0 | 11 | 1011 | 10101111 | 110111 | 1001100 |
Color Harmonies of #9FE3DD
Complementary color
Monochromatic Colors of #9FE3DD
Black with #9FE3DD
Text Example
Text Example
White with #9FE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE3DD; }
p { color: rgb(159,227,221); }
H1.HeaderClassName
{
color: #9FE3DD;
}
.AnyTagClassName
{
color: #9FE3DD;
}
</style>
background-color css
<style>
a { background-color: #9FE3DD; }
a { background-color: rgb(159,227,221); }
div.DivClassName
{
background-color: #9FE3DD;
}
.BgClassName
{
background-color: #9FE3DD;
}
</style>
border-color css
<style>
span { border-color: #9FE3DD; }
span { border-color: rgb(159,227,221); }
td.TdClassName
{
border-color: #9FE3DD;
}
.TagClassName
{
border-color: #9FE3DD;
}
</style>