Shades of Sinbad #9ADDD3
Tints of Sinbad #9ADDD3
RGB
CMYK
RGB Variations
Color information
#9ADDD3 (or 0x9ADDD3) is known color: Sinbad. HEX triplet: 9A, DD and D3. RGB value is (154,221,211). Sum of RGB (Red+Green+Blue) = 154+221+211=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDD3 is #65222C. Grayscale: #C7C7C7. Windows color (decimal): -6627885 or 13884826. OLE color: 13884826.
HSL color Cylindrical-coordinate representation of color #9ADDD3: hue angle of 171.04º 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 #9ADDD3 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 211 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.13 |
| HSL | 171.04º | 0.5% | 0.74% | - |
| HSV(B) | 171.04º | 0.3% | 0.87% | - |
| XYZ | 50.94 | 63.29 | 71.16 | - |
| YUV | 199.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 211 | 0.30 | 0 | 0.05 | 0.13 | 171.04 | 0.5 | 0.74 |
| Hex | 9A | DD | D3 | 1E | 0 | 5 | D | AB | 32 | 4A |
| Octal | 232 | 335 | 323 | 36 | 0 | 5 | 15 | 253 | 62 | 112 |
| Binary | 10011010 | 11011101 | 11010011 | 11110 | 0 | 101 | 1101 | 10101011 | 110010 | 1001010 |
Color Harmonies of #9ADDD3
Complementary color
Monochromatic Colors of #9ADDD3
Black with #9ADDD3
Text Example
Text Example
White with #9ADDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDD3; }
p { color: rgb(154,221,211); }
H1.HeaderClassName
{
color: #9ADDD3;
}
.AnyTagClassName
{
color: #9ADDD3;
}
</style>
background-color css
<style>
a { background-color: #9ADDD3; }
a { background-color: rgb(154,221,211); }
div.DivClassName
{
background-color: #9ADDD3;
}
.BgClassName
{
background-color: #9ADDD3;
}
</style>
border-color css
<style>
span { border-color: #9ADDD3; }
span { border-color: rgb(154,221,211); }
td.TdClassName
{
border-color: #9ADDD3;
}
.TagClassName
{
border-color: #9ADDD3;
}
</style>