Shades of Sinbad #A9D3CF
Tints of Sinbad #A9D3CF
RGB
CMYK
RGB Variations
Color information
#A9D3CF (or 0xA9D3CF) is known color: Sinbad. HEX triplet: A9, D3 and CF. RGB value is (169,211,207). Sum of RGB (Red+Green+Blue) = 169+211+207=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D3CF is #562C30. Grayscale: #C5C5C5. Windows color (decimal): -5647409 or 13620137. OLE color: 13620137.
HSL color Cylindrical-coordinate representation of color #A9D3CF: hue angle of 174.29º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9D3CF is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 211 | 207 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.17 |
| HSL | 174.29º | 0.32% | 0.75% | - |
| HSV(B) | 174.29º | 0.2% | 0.83% | - |
| XYZ | 50.92 | 59.53 | 67.84 | - |
| YUV | 197.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 207 | 0.20 | 0 | 0.02 | 0.17 | 174.29 | 0.32 | 0.75 |
| Hex | A9 | D3 | CF | 14 | 0 | 2 | 11 | AE | 20 | 4B |
| Octal | 251 | 323 | 317 | 24 | 0 | 2 | 21 | 256 | 40 | 113 |
| Binary | 10101001 | 11010011 | 11001111 | 10100 | 0 | 10 | 10001 | 10101110 | 100000 | 1001011 |
Color Harmonies of #A9D3CF
Complementary color
Monochromatic Colors of #A9D3CF
Black with #A9D3CF
Text Example
Text Example
White with #A9D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D3CF; }
p { color: rgb(169,211,207); }
H1.HeaderClassName
{
color: #A9D3CF;
}
.AnyTagClassName
{
color: #A9D3CF;
}
</style>
background-color css
<style>
a { background-color: #A9D3CF; }
a { background-color: rgb(169,211,207); }
div.DivClassName
{
background-color: #A9D3CF;
}
.BgClassName
{
background-color: #A9D3CF;
}
</style>
border-color css
<style>
span { border-color: #A9D3CF; }
span { border-color: rgb(169,211,207); }
td.TdClassName
{
border-color: #A9D3CF;
}
.TagClassName
{
border-color: #A9D3CF;
}
</style>