Shades of Sinbad #A9D1CD
Tints of Sinbad #A9D1CD
RGB
CMYK
RGB Variations
Color information
#A9D1CD (or 0xA9D1CD) is known color: Sinbad. HEX triplet: A9, D1 and CD. RGB value is (169,209,205). Sum of RGB (Red+Green+Blue) = 169+209+205=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D1CD is #562E32. Grayscale: #C4C4C4. Windows color (decimal): -5647923 or 13488553. OLE color: 13488553.
HSL color Cylindrical-coordinate representation of color #A9D1CD: hue angle of 174º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D1CD is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 209 | 205 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.18 |
| HSL | 174º | 0.3% | 0.74% | - |
| HSV(B) | 174º | 0.19% | 0.82% | - |
| XYZ | 50.18 | 58.44 | 66.39 | - |
| YUV | 196.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 205 | 0.19 | 0 | 0.02 | 0.18 | 174 | 0.3 | 0.74 |
| Hex | A9 | D1 | CD | 13 | 0 | 2 | 12 | AE | 1E | 4A |
| Octal | 251 | 321 | 315 | 23 | 0 | 2 | 22 | 256 | 36 | 112 |
| Binary | 10101001 | 11010001 | 11001101 | 10011 | 0 | 10 | 10010 | 10101110 | 11110 | 1001010 |
Color Harmonies of #A9D1CD
Complementary color
Monochromatic Colors of #A9D1CD
Black with #A9D1CD
Text Example
Text Example
White with #A9D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D1CD; }
p { color: rgb(169,209,205); }
H1.HeaderClassName
{
color: #A9D1CD;
}
.AnyTagClassName
{
color: #A9D1CD;
}
</style>
background-color css
<style>
a { background-color: #A9D1CD; }
a { background-color: rgb(169,209,205); }
div.DivClassName
{
background-color: #A9D1CD;
}
.BgClassName
{
background-color: #A9D1CD;
}
</style>
border-color css
<style>
span { border-color: #A9D1CD; }
span { border-color: rgb(169,209,205); }
td.TdClassName
{
border-color: #A9D1CD;
}
.TagClassName
{
border-color: #A9D1CD;
}
</style>