Shades of Sinbad #9AD8D0
Tints of Sinbad #9AD8D0
RGB
CMYK
RGB Variations
Color information
#9AD8D0 (or 0x9AD8D0) is known color: Sinbad. HEX triplet: 9A, D8 and D0. RGB value is (154,216,208). Sum of RGB (Red+Green+Blue) = 154+216+208=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8D0 is #65272F. Grayscale: #C4C4C4. Windows color (decimal): -6629168 or 13686938. OLE color: 13686938.
HSL color Cylindrical-coordinate representation of color #9AD8D0: hue angle of 172.26º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD8D0 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 208 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.15 |
| HSL | 172.26º | 0.44% | 0.73% | - |
| HSV(B) | 172.26º | 0.29% | 0.85% | - |
| XYZ | 49.27 | 60.54 | 68.76 | - |
| YUV | 196.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 208 | 0.29 | 0 | 0.04 | 0.15 | 172.26 | 0.44 | 0.73 |
| Hex | 9A | D8 | D0 | 1D | 0 | 4 | F | AC | 2C | 49 |
| Octal | 232 | 330 | 320 | 35 | 0 | 4 | 17 | 254 | 54 | 111 |
| Binary | 10011010 | 11011000 | 11010000 | 11101 | 0 | 100 | 1111 | 10101100 | 101100 | 1001001 |
Color Harmonies of #9AD8D0
Complementary color
Monochromatic Colors of #9AD8D0
Black with #9AD8D0
Text Example
Text Example
White with #9AD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD8D0; }
p { color: rgb(154,216,208); }
H1.HeaderClassName
{
color: #9AD8D0;
}
.AnyTagClassName
{
color: #9AD8D0;
}
</style>
background-color css
<style>
a { background-color: #9AD8D0; }
a { background-color: rgb(154,216,208); }
div.DivClassName
{
background-color: #9AD8D0;
}
.BgClassName
{
background-color: #9AD8D0;
}
</style>
border-color css
<style>
span { border-color: #9AD8D0; }
span { border-color: rgb(154,216,208); }
td.TdClassName
{
border-color: #9AD8D0;
}
.TagClassName
{
border-color: #9AD8D0;
}
</style>