Shades of Sinbad #9ADDD7
Tints of Sinbad #9ADDD7
RGB
CMYK
RGB Variations
Color information
#9ADDD7 (or 0x9ADDD7) is known color: Sinbad. HEX triplet: 9A, DD and D7. RGB value is (154,221,215). Sum of RGB (Red+Green+Blue) = 154+221+215=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDD7 is #652228. Grayscale: #C8C8C8. Windows color (decimal): -6627881 or 14146970. OLE color: 14146970.
HSL color Cylindrical-coordinate representation of color #9ADDD7: hue angle of 174.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDD7 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 215 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.13 |
| HSL | 174.63º | 0.5% | 0.74% | - |
| HSV(B) | 174.63º | 0.3% | 0.87% | - |
| XYZ | 51.45 | 63.49 | 73.83 | - |
| YUV | 200.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 215 | 0.30 | 0 | 0.03 | 0.13 | 174.63 | 0.5 | 0.74 |
| Hex | 9A | DD | D7 | 1E | 0 | 3 | D | AF | 32 | 4A |
| Octal | 232 | 335 | 327 | 36 | 0 | 3 | 15 | 257 | 62 | 112 |
| Binary | 10011010 | 11011101 | 11010111 | 11110 | 0 | 11 | 1101 | 10101111 | 110010 | 1001010 |
Color Harmonies of #9ADDD7
Complementary color
Monochromatic Colors of #9ADDD7
Black with #9ADDD7
Text Example
Text Example
White with #9ADDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDD7; }
p { color: rgb(154,221,215); }
H1.HeaderClassName
{
color: #9ADDD7;
}
.AnyTagClassName
{
color: #9ADDD7;
}
</style>
background-color css
<style>
a { background-color: #9ADDD7; }
a { background-color: rgb(154,221,215); }
div.DivClassName
{
background-color: #9ADDD7;
}
.BgClassName
{
background-color: #9ADDD7;
}
</style>
border-color css
<style>
span { border-color: #9ADDD7; }
span { border-color: rgb(154,221,215); }
td.TdClassName
{
border-color: #9ADDD7;
}
.TagClassName
{
border-color: #9ADDD7;
}
</style>