Shades of Sinbad #A9CCC6
Tints of Sinbad #A9CCC6
RGB
CMYK
RGB Variations
Color information
#A9CCC6 (or 0xA9CCC6) is known color: Sinbad. HEX triplet: A9, CC and C6. RGB value is (169,204,198). Sum of RGB (Red+Green+Blue) = 169+204+198=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCC6 is #563339. Grayscale: #C0C0C0. Windows color (decimal): -5649210 or 13028521. OLE color: 13028521.
HSL color Cylindrical-coordinate representation of color #A9CCC6: hue angle of 169.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCC6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 198 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.2 |
| HSL | 169.71º | 0.26% | 0.73% | - |
| HSV(B) | 169.71º | 0.17% | 0.8% | - |
| XYZ | 48.15 | 55.7 | 61.64 | - |
| YUV | 192.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 198 | 0.17 | 0 | 0.03 | 0.2 | 169.71 | 0.26 | 0.73 |
| Hex | A9 | CC | C6 | 11 | 0 | 3 | 14 | AA | 1A | 49 |
| Octal | 251 | 314 | 306 | 21 | 0 | 3 | 24 | 252 | 32 | 111 |
| Binary | 10101001 | 11001100 | 11000110 | 10001 | 0 | 11 | 10100 | 10101010 | 11010 | 1001001 |
Color Harmonies of #A9CCC6
Complementary color
Monochromatic Colors of #A9CCC6
Black with #A9CCC6
Text Example
Text Example
White with #A9CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CCC6; }
p { color: rgb(169,204,198); }
H1.HeaderClassName
{
color: #A9CCC6;
}
.AnyTagClassName
{
color: #A9CCC6;
}
</style>
background-color css
<style>
a { background-color: #A9CCC6; }
a { background-color: rgb(169,204,198); }
div.DivClassName
{
background-color: #A9CCC6;
}
.BgClassName
{
background-color: #A9CCC6;
}
</style>
border-color css
<style>
span { border-color: #A9CCC6; }
span { border-color: rgb(169,204,198); }
td.TdClassName
{
border-color: #A9CCC6;
}
.TagClassName
{
border-color: #A9CCC6;
}
</style>