Shades of Sinbad #9ADACF
Tints of Sinbad #9ADACF
RGB
CMYK
RGB Variations
Color information
#9ADACF (or 0x9ADACF) is known color: Sinbad. HEX triplet: 9A, DA and CF. RGB value is (154,218,207). Sum of RGB (Red+Green+Blue) = 154+218+207=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADACF is #652530. Grayscale: #C5C5C5. Windows color (decimal): -6628657 or 13621914. OLE color: 13621914.
HSL color Cylindrical-coordinate representation of color #9ADACF: hue angle of 169.69º degrees, saturation: 0.46, 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 #9ADACF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 207 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.15 |
| HSL | 169.69º | 0.46% | 0.73% | - |
| HSV(B) | 169.69º | 0.29% | 0.85% | - |
| XYZ | 49.66 | 61.52 | 68.29 | - |
| YUV | 197.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 207 | 0.29 | 0 | 0.05 | 0.15 | 169.69 | 0.46 | 0.73 |
| Hex | 9A | DA | CF | 1D | 0 | 5 | F | AA | 2E | 49 |
| Octal | 232 | 332 | 317 | 35 | 0 | 5 | 17 | 252 | 56 | 111 |
| Binary | 10011010 | 11011010 | 11001111 | 11101 | 0 | 101 | 1111 | 10101010 | 101110 | 1001001 |
Color Harmonies of #9ADACF
Complementary color
Monochromatic Colors of #9ADACF
Black with #9ADACF
Text Example
Text Example
White with #9ADACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADACF; }
p { color: rgb(154,218,207); }
H1.HeaderClassName
{
color: #9ADACF;
}
.AnyTagClassName
{
color: #9ADACF;
}
</style>
background-color css
<style>
a { background-color: #9ADACF; }
a { background-color: rgb(154,218,207); }
div.DivClassName
{
background-color: #9ADACF;
}
.BgClassName
{
background-color: #9ADACF;
}
</style>
border-color css
<style>
span { border-color: #9ADACF; }
span { border-color: rgb(154,218,207); }
td.TdClassName
{
border-color: #9ADACF;
}
.TagClassName
{
border-color: #9ADACF;
}
</style>