Shades of Sinbad #A9DCD9
Tints of Sinbad #A9DCD9
RGB
CMYK
RGB Variations
Color information
#A9DCD9 (or 0xA9DCD9) is known color: Sinbad. HEX triplet: A9, DC and D9. RGB value is (169,220,217). Sum of RGB (Red+Green+Blue) = 169+220+217=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD9 is #562326. Grayscale: #CCCCCC. Windows color (decimal): -5645095 or 14277801. OLE color: 14277801.
HSL color Cylindrical-coordinate representation of color #A9DCD9: hue angle of 176.47º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD9 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 217 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.14 |
| HSL | 176.47º | 0.42% | 0.76% | - |
| HSV(B) | 176.47º | 0.23% | 0.86% | - |
| XYZ | 54.48 | 64.63 | 75.25 | - |
| YUV | 204.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 217 | 0.23 | 0 | 0.01 | 0.14 | 176.47 | 0.42 | 0.76 |
| Hex | A9 | DC | D9 | 17 | 0 | 1 | E | B0 | 2A | 4C |
| Octal | 251 | 334 | 331 | 27 | 0 | 1 | 16 | 260 | 52 | 114 |
| Binary | 10101001 | 11011100 | 11011001 | 10111 | 0 | 1 | 1110 | 10110000 | 101010 | 1001100 |
Color Harmonies of #A9DCD9
Complementary color
Monochromatic Colors of #A9DCD9
Black with #A9DCD9
Text Example
Text Example
White with #A9DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCD9; }
p { color: rgb(169,220,217); }
H1.HeaderClassName
{
color: #A9DCD9;
}
.AnyTagClassName
{
color: #A9DCD9;
}
</style>
background-color css
<style>
a { background-color: #A9DCD9; }
a { background-color: rgb(169,220,217); }
div.DivClassName
{
background-color: #A9DCD9;
}
.BgClassName
{
background-color: #A9DCD9;
}
</style>
border-color css
<style>
span { border-color: #A9DCD9; }
span { border-color: rgb(169,220,217); }
td.TdClassName
{
border-color: #A9DCD9;
}
.TagClassName
{
border-color: #A9DCD9;
}
</style>