Shades of Sinbad #A7CECD
Tints of Sinbad #A7CECD
RGB
CMYK
RGB Variations
Color information
#A7CECD (or 0xA7CECD) is known color: Sinbad. HEX triplet: A7, CE and CD. RGB value is (167,206,205). Sum of RGB (Red+Green+Blue) = 167+206+205=578 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.89% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CECD is #583132. Grayscale: #C2C2C2. Windows color (decimal): -5779763 or 13487783. OLE color: 13487783.
HSL color Cylindrical-coordinate representation of color #A7CECD: hue angle of 178.46º 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 #A7CECD is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 205 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.19 |
| HSL | 178.46º | 0.28% | 0.73% | - |
| HSV(B) | 178.46º | 0.19% | 0.81% | - |
| XYZ | 49.03 | 56.77 | 66.13 | - |
| YUV | 194.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 205 | 0.19 | 0 | 0.00 | 0.19 | 178.46 | 0.28 | 0.73 |
| Hex | A7 | CE | CD | 13 | 0 | 0 | 13 | B2 | 1C | 49 |
| Octal | 247 | 316 | 315 | 23 | 0 | 0 | 23 | 262 | 34 | 111 |
| Binary | 10100111 | 11001110 | 11001101 | 10011 | 0 | 0 | 10011 | 10110010 | 11100 | 1001001 |
Color Harmonies of #A7CECD
Complementary color
Monochromatic Colors of #A7CECD
Black with #A7CECD
Text Example
Text Example
White with #A7CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CECD; }
p { color: rgb(167,206,205); }
H1.HeaderClassName
{
color: #A7CECD;
}
.AnyTagClassName
{
color: #A7CECD;
}
</style>
background-color css
<style>
a { background-color: #A7CECD; }
a { background-color: rgb(167,206,205); }
div.DivClassName
{
background-color: #A7CECD;
}
.BgClassName
{
background-color: #A7CECD;
}
</style>
border-color css
<style>
span { border-color: #A7CECD; }
span { border-color: rgb(167,206,205); }
td.TdClassName
{
border-color: #A7CECD;
}
.TagClassName
{
border-color: #A7CECD;
}
</style>