Shades of Sinbad #A7CFC9
Tints of Sinbad #A7CFC9
RGB
CMYK
RGB Variations
Color information
#A7CFC9 (or 0xA7CFC9) is known color: Sinbad. HEX triplet: A7, CF and C9. RGB value is (167,207,201). Sum of RGB (Red+Green+Blue) = 167+207+201=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFC9 is #583036. Grayscale: #C2C2C2. Windows color (decimal): -5779511 or 13225895. OLE color: 13225895.
HSL color Cylindrical-coordinate representation of color #A7CFC9: hue angle of 171º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CFC9 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 201 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.19 |
| HSL | 171º | 0.29% | 0.73% | - |
| HSV(B) | 171º | 0.19% | 0.81% | - |
| XYZ | 48.79 | 57.06 | 63.7 | - |
| YUV | 194.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 201 | 0.19 | 0 | 0.03 | 0.19 | 171 | 0.29 | 0.73 |
| Hex | A7 | CF | C9 | 13 | 0 | 3 | 13 | AB | 1D | 49 |
| Octal | 247 | 317 | 311 | 23 | 0 | 3 | 23 | 253 | 35 | 111 |
| Binary | 10100111 | 11001111 | 11001001 | 10011 | 0 | 11 | 10011 | 10101011 | 11101 | 1001001 |
Color Harmonies of #A7CFC9
Complementary color
Monochromatic Colors of #A7CFC9
Black with #A7CFC9
Text Example
Text Example
White with #A7CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFC9; }
p { color: rgb(167,207,201); }
H1.HeaderClassName
{
color: #A7CFC9;
}
.AnyTagClassName
{
color: #A7CFC9;
}
</style>
background-color css
<style>
a { background-color: #A7CFC9; }
a { background-color: rgb(167,207,201); }
div.DivClassName
{
background-color: #A7CFC9;
}
.BgClassName
{
background-color: #A7CFC9;
}
</style>
border-color css
<style>
span { border-color: #A7CFC9; }
span { border-color: rgb(167,207,201); }
td.TdClassName
{
border-color: #A7CFC9;
}
.TagClassName
{
border-color: #A7CFC9;
}
</style>