Shades of Sinbad #A7D6D3
Tints of Sinbad #A7D6D3
RGB
CMYK
RGB Variations
Color information
#A7D6D3 (or 0xA7D6D3) is known color: Sinbad. HEX triplet: A7, D6 and D3. RGB value is (167,214,211). Sum of RGB (Red+Green+Blue) = 167+214+211=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D6D3 is #58292C. Grayscale: #C7C7C7. Windows color (decimal): -5777709 or 13883047. OLE color: 13883047.
HSL color Cylindrical-coordinate representation of color #A7D6D3: hue angle of 176.17º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7D6D3 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 211 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.16 |
| HSL | 176.17º | 0.36% | 0.75% | - |
| HSV(B) | 176.17º | 0.22% | 0.84% | - |
| XYZ | 51.74 | 61.01 | 70.68 | - |
| YUV | 199.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 211 | 0.22 | 0 | 0.01 | 0.16 | 176.17 | 0.36 | 0.75 |
| Hex | A7 | D6 | D3 | 16 | 0 | 1 | 10 | B0 | 24 | 4B |
| Octal | 247 | 326 | 323 | 26 | 0 | 1 | 20 | 260 | 44 | 113 |
| Binary | 10100111 | 11010110 | 11010011 | 10110 | 0 | 1 | 10000 | 10110000 | 100100 | 1001011 |
Color Harmonies of #A7D6D3
Complementary color
Monochromatic Colors of #A7D6D3
Black with #A7D6D3
Text Example
Text Example
White with #A7D6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D6D3; }
p { color: rgb(167,214,211); }
H1.HeaderClassName
{
color: #A7D6D3;
}
.AnyTagClassName
{
color: #A7D6D3;
}
</style>
background-color css
<style>
a { background-color: #A7D6D3; }
a { background-color: rgb(167,214,211); }
div.DivClassName
{
background-color: #A7D6D3;
}
.BgClassName
{
background-color: #A7D6D3;
}
</style>
border-color css
<style>
span { border-color: #A7D6D3; }
span { border-color: rgb(167,214,211); }
td.TdClassName
{
border-color: #A7D6D3;
}
.TagClassName
{
border-color: #A7D6D3;
}
</style>