Shades of Sinbad #A0DCD9
Tints of Sinbad #A0DCD9
RGB
CMYK
RGB Variations
Color information
#A0DCD9 (or 0xA0DCD9) is known color: Sinbad. HEX triplet: A0, DC and D9. RGB value is (160,220,217). Sum of RGB (Red+Green+Blue) = 160+220+217=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCD9 is #5F2326. Grayscale: #C9C9C9. Windows color (decimal): -6234919 or 14277792. OLE color: 14277792.
HSL color Cylindrical-coordinate representation of color #A0DCD9: hue angle of 177º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCD9 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 217 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.14 |
| HSL | 177º | 0.46% | 0.75% | - |
| HSV(B) | 177º | 0.27% | 0.86% | - |
| XYZ | 52.61 | 63.67 | 75.16 | - |
| YUV | 201.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 217 | 0.27 | 0 | 0.01 | 0.14 | 177 | 0.46 | 0.75 |
| Hex | A0 | DC | D9 | 1B | 0 | 1 | E | B1 | 2E | 4B |
| Octal | 240 | 334 | 331 | 33 | 0 | 1 | 16 | 261 | 56 | 113 |
| Binary | 10100000 | 11011100 | 11011001 | 11011 | 0 | 1 | 1110 | 10110001 | 101110 | 1001011 |
Color Harmonies of #A0DCD9
Complementary color
Monochromatic Colors of #A0DCD9
Black with #A0DCD9
Text Example
Text Example
White with #A0DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCD9; }
p { color: rgb(160,220,217); }
H1.HeaderClassName
{
color: #A0DCD9;
}
.AnyTagClassName
{
color: #A0DCD9;
}
</style>
background-color css
<style>
a { background-color: #A0DCD9; }
a { background-color: rgb(160,220,217); }
div.DivClassName
{
background-color: #A0DCD9;
}
.BgClassName
{
background-color: #A0DCD9;
}
</style>
border-color css
<style>
span { border-color: #A0DCD9; }
span { border-color: rgb(160,220,217); }
td.TdClassName
{
border-color: #A0DCD9;
}
.TagClassName
{
border-color: #A0DCD9;
}
</style>