Shades of Sinbad #A8CCC6
Tints of Sinbad #A8CCC6
RGB
CMYK
RGB Variations
Color information
#A8CCC6 (or 0xA8CCC6) is known color: Sinbad. HEX triplet: A8, CC and C6. RGB value is (168,204,198). Sum of RGB (Red+Green+Blue) = 168+204+198=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCC6 is #573339. Grayscale: #C0C0C0. Windows color (decimal): -5714746 or 13028520. OLE color: 13028520.
HSL color Cylindrical-coordinate representation of color #A8CCC6: hue angle of 170º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCC6 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 198 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.2 |
| HSL | 170º | 0.26% | 0.73% | - |
| HSV(B) | 170º | 0.18% | 0.8% | - |
| XYZ | 47.93 | 55.59 | 61.63 | - |
| YUV | 192.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 198 | 0.18 | 0 | 0.03 | 0.2 | 170 | 0.26 | 0.73 |
| Hex | A8 | CC | C6 | 12 | 0 | 3 | 14 | AA | 1A | 49 |
| Octal | 250 | 314 | 306 | 22 | 0 | 3 | 24 | 252 | 32 | 111 |
| Binary | 10101000 | 11001100 | 11000110 | 10010 | 0 | 11 | 10100 | 10101010 | 11010 | 1001001 |
Color Harmonies of #A8CCC6
Complementary color
Monochromatic Colors of #A8CCC6
Black with #A8CCC6
Text Example
Text Example
White with #A8CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCC6; }
p { color: rgb(168,204,198); }
H1.HeaderClassName
{
color: #A8CCC6;
}
.AnyTagClassName
{
color: #A8CCC6;
}
</style>
background-color css
<style>
a { background-color: #A8CCC6; }
a { background-color: rgb(168,204,198); }
div.DivClassName
{
background-color: #A8CCC6;
}
.BgClassName
{
background-color: #A8CCC6;
}
</style>
border-color css
<style>
span { border-color: #A8CCC6; }
span { border-color: rgb(168,204,198); }
td.TdClassName
{
border-color: #A8CCC6;
}
.TagClassName
{
border-color: #A8CCC6;
}
</style>