Shades of Sinbad #AADCD9
Tints of Sinbad #AADCD9
RGB
CMYK
RGB Variations
Color information
#AADCD9 (or 0xAADCD9) is known color: Sinbad. HEX triplet: AA, DC and D9. RGB value is (170,220,217). Sum of RGB (Red+Green+Blue) = 170+220+217=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCD9 is #552326. Grayscale: #CCCCCC. Windows color (decimal): -5579559 or 14277802. OLE color: 14277802.
HSL color Cylindrical-coordinate representation of color #AADCD9: hue angle of 176.4º 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 #AADCD9 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 217 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.14 |
| HSL | 176.4º | 0.42% | 0.76% | - |
| HSV(B) | 176.4º | 0.23% | 0.86% | - |
| XYZ | 54.7 | 64.74 | 75.26 | - |
| YUV | 204.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 217 | 0.23 | 0 | 0.01 | 0.14 | 176.4 | 0.42 | 0.76 |
| Hex | AA | DC | D9 | 17 | 0 | 1 | E | B0 | 2A | 4C |
| Octal | 252 | 334 | 331 | 27 | 0 | 1 | 16 | 260 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11011001 | 10111 | 0 | 1 | 1110 | 10110000 | 101010 | 1001100 |
Color Harmonies of #AADCD9
Complementary color
Monochromatic Colors of #AADCD9
Black with #AADCD9
Text Example
Text Example
White with #AADCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCD9; }
p { color: rgb(170,220,217); }
H1.HeaderClassName
{
color: #AADCD9;
}
.AnyTagClassName
{
color: #AADCD9;
}
</style>
background-color css
<style>
a { background-color: #AADCD9; }
a { background-color: rgb(170,220,217); }
div.DivClassName
{
background-color: #AADCD9;
}
.BgClassName
{
background-color: #AADCD9;
}
</style>
border-color css
<style>
span { border-color: #AADCD9; }
span { border-color: rgb(170,220,217); }
td.TdClassName
{
border-color: #AADCD9;
}
.TagClassName
{
border-color: #AADCD9;
}
</style>