Shades of Sinbad #A7CEC7
Tints of Sinbad #A7CEC7
RGB
CMYK
RGB Variations
Color information
#A7CEC7 (or 0xA7CEC7) is known color: Sinbad. HEX triplet: A7, CE and C7. RGB value is (167,206,199). Sum of RGB (Red+Green+Blue) = 167+206+199=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEC7 is #583138. Grayscale: #C1C1C1. Windows color (decimal): -5779769 or 13094567. OLE color: 13094567.
HSL color Cylindrical-coordinate representation of color #A7CEC7: hue angle of 169.23º degrees, saturation: 0.28, 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 #A7CEC7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 199 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.19 |
| HSL | 169.23º | 0.28% | 0.73% | - |
| HSV(B) | 169.23º | 0.19% | 0.81% | - |
| XYZ | 48.32 | 56.48 | 62.39 | - |
| YUV | 193.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 199 | 0.19 | 0 | 0.03 | 0.19 | 169.23 | 0.28 | 0.73 |
| Hex | A7 | CE | C7 | 13 | 0 | 3 | 13 | A9 | 1C | 49 |
| Octal | 247 | 316 | 307 | 23 | 0 | 3 | 23 | 251 | 34 | 111 |
| Binary | 10100111 | 11001110 | 11000111 | 10011 | 0 | 11 | 10011 | 10101001 | 11100 | 1001001 |
Color Harmonies of #A7CEC7
Complementary color
Monochromatic Colors of #A7CEC7
Black with #A7CEC7
Text Example
Text Example
White with #A7CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CEC7; }
p { color: rgb(167,206,199); }
H1.HeaderClassName
{
color: #A7CEC7;
}
.AnyTagClassName
{
color: #A7CEC7;
}
</style>
background-color css
<style>
a { background-color: #A7CEC7; }
a { background-color: rgb(167,206,199); }
div.DivClassName
{
background-color: #A7CEC7;
}
.BgClassName
{
background-color: #A7CEC7;
}
</style>
border-color css
<style>
span { border-color: #A7CEC7; }
span { border-color: rgb(167,206,199); }
td.TdClassName
{
border-color: #A7CEC7;
}
.TagClassName
{
border-color: #A7CEC7;
}
</style>