Shades of Sinbad #A7CBC6
Tints of Sinbad #A7CBC6
RGB
CMYK
RGB Variations
Color information
#A7CBC6 (or 0xA7CBC6) is known color: Sinbad. HEX triplet: A7, CB and C6. RGB value is (167,203,198). Sum of RGB (Red+Green+Blue) = 167+203+198=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBC6 is #583439. Grayscale: #BFBFBF. Windows color (decimal): -5780538 or 13028263. OLE color: 13028263.
HSL color Cylindrical-coordinate representation of color #A7CBC6: hue angle of 171.67º 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 #A7CBC6 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 203 | 198 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.20 |
| HSL | 171.67º | 0.26% | 0.73% | - |
| HSV(B) | 171.67º | 0.18% | 0.8% | - |
| XYZ | 47.49 | 55 | 61.54 | - |
| YUV | 191.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 198 | 0.18 | 0 | 0.02 | 0.20 | 171.67 | 0.26 | 0.73 |
| Hex | A7 | CB | C6 | 12 | 0 | 2 | 14 | AC | 1A | 49 |
| Octal | 247 | 313 | 306 | 22 | 0 | 2 | 24 | 254 | 32 | 111 |
| Binary | 10100111 | 11001011 | 11000110 | 10010 | 0 | 10 | 10100 | 10101100 | 11010 | 1001001 |
Color Harmonies of #A7CBC6
Complementary color
Monochromatic Colors of #A7CBC6
Black with #A7CBC6
Text Example
Text Example
White with #A7CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBC6; }
p { color: rgb(167,203,198); }
H1.HeaderClassName
{
color: #A7CBC6;
}
.AnyTagClassName
{
color: #A7CBC6;
}
</style>
background-color css
<style>
a { background-color: #A7CBC6; }
a { background-color: rgb(167,203,198); }
div.DivClassName
{
background-color: #A7CBC6;
}
.BgClassName
{
background-color: #A7CBC6;
}
</style>
border-color css
<style>
span { border-color: #A7CBC6; }
span { border-color: rgb(167,203,198); }
td.TdClassName
{
border-color: #A7CBC6;
}
.TagClassName
{
border-color: #A7CBC6;
}
</style>